Hacker News new | ask | show | jobs
by abainbridge 2320 days ago
Ooo, fancy. There is still a long way from just that to actually getting the savings in a real program running on a real operating system. For example, if I have thousands of source files, each with a few hundred bytes of cold exception handlers, do they get coalesced into a single block for the whole program?
1 comments

coalescing functions in the same section should be the linker job, yes.