Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The offsets of code and data blocks are already undetermined before linking. Even if the algorithm is non-deterministic, what's stopping the optimisation from not running until link time?


sizeof (foo) would not be known until link time.

static_assert(sizeof(foo)==64, "you didn't align foo correctly") would not be possible.




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

Search: