Comment by einpoklum
1 month ago
> that it enables aggressive dead code elimination
But you still need the compiler of the library objects to place different functions and data items into different sections of your object, e.g.
gcc -ffunction-sections -fdata-sections
if you want elimination from the executable binary file.
No comments yet
Contribute on Hacker News ↗