Elektrine lite

← Feed

@Solemarc@mastodon.social

Post #1666370

2026-02-18 21:12 UTC

@andrewrk my understanding of inline functions is that compilers are just better at this then us these days, what's the point of guaranteeing inlining?

Replies (1)

  • @andrewrk@mastodon.social 2026-02-18 21:15

    @Solemarc if you want to avoid a function call frame for example for tigher control over stack traces or if you want the result to be comptime-known depending on the parameters without it there is technically no equivalent to macros

    Open ##1666371