mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-05 19:39:03 +02:00
LDC_never_inline is a complementary intrinsic to LDC_allow_inline. It tells the LLVM optimizer to never inline a function. This can be useful if inlining creates incorrect code. A possible application is core.thread.getStackTop().
136 KiB
136 KiB