|
Ruby 4.1.0dev (2026-09-07 revision 11ce3778c6eacc10897729314e5ab3bed7830971)
|
#include "prism/compiler/inline.h"

Go to the source code of this file.
Macros | |
| #define | PRISM_FORCE_INLINE __forceinline |
| Force a function to be inlined at every call site. | |
| #define PRISM_FORCE_INLINE __forceinline |
Force a function to be inlined at every call site.
Use sparingly — only for small, hot functions where the compiler's heuristics fail to inline.
Definition at line 14 of file force_inline.h.