Hacker News new | ask | show | jobs
by einpoklum 149 days 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.