![]() |
Function force inlining for frc compiler
Hello, just wondering if it is possible to force inline functions when using the frc compiler, using
Code:
__forceinlineCode:
__inline |
Re: Function force inlining for frc compiler
You could try:
Code:
__attribute__((always_inline))Code:
inline void foo (const char) __attribute__((always_inline)); |
Re: Function force inlining for frc compiler
Thank you, there isn't much need for it, I just wanted to know. So it works exactly how it does in linux. Thanks.
|
Re: Function force inlining for frc compiler
Quote:
|
| All times are GMT -5. The time now is 10:46 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi