Hacker News new | ask | show | jobs
by nitrogen 4218 days ago
Vegedor, it looks like an early negative comment got your account auto-killed.

Quoting dead comment:

vegedor 17 hours ago |  link [dead]

GCC with --flto, literally link-time-optimizations, is new to me and seems to be good. It turns everything it can into constants, even inlines functions from pointer calls and resolves them if the arguments are also constant. That didn't work for me without it. Dunno if that's std compliant.