Comment by ndesaulniers
1 year ago
> I've sometimes wanted an assertion that a given function is inlined.
Try `__attribute__((error("not inlined")))` or `warning` on the callee.
1 year ago
> I've sometimes wanted an assertion that a given function is inlined.
Try `__attribute__((error("not inlined")))` or `warning` on the callee.
No comments yet
Contribute on Hacker News ↗