Hacker News new | past | comments | ask | show | jobs | submit login

At any price? You could throw something like souper at the problem[0]. It makes compilation about 20 times slower in some benchmarks in their paper. This is on the IR level, iirc similar optimizers exist for assembly generation, so you can throw that in as another pass.

[0] https://github.com/google/souper




> At any price?

Seems to me that raising the ceiling on optimisation is good to have, even if the computational cost is very high. If it works reliably, it wouldn't be necessary to do optimised release builds very often, and they could be offloaded onto a heavyweight build server, perhaps on the cloud.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: