On Monday, 31 August 2026 at 17:36:55 UTC, ABrightLight wrote:
> And the use of `pragma(inline)` hasn't helped.
Have you tried LLVM’s `always_inline`?
Supposedly available as `llvmAttr("always_inline")`.
Docs:
<https://clang.llvm.org/docs/AttributeReference.html#always-inline-force-inline>