On Wednesday, 25 August 2021 at 13:52:32 UTC, Paul Backus wrote:
To be honest, you could probably remove `pragma(inline)` from the program altogether and not notice a difference. A program like this is almost certainly going to be bottlenecked on IO long before function-call overhead makes a noticeable difference to performance.

Thanks for the help, I did end up just removing the `pragma(inline)` attributes. You're right, they're a premature optimization that doesn't really add anything. Compiler might inline them anyway, it's smarter than me :)


Reply via email to