Hacker News new | ask | show | jobs
by WalterBright 1938 days ago
> in principle you can always implement those optimizations by hand in C

Some things, like integral promotion rules, you can't get around. You may know that the promotion can be skipped in certain cases, but the compiler cannot know it.