Hacker News new | ask | show | jobs
by bonzini 253 days ago
> Accordingly, this means that "function-sections" is identical to generating a static bundle object per original object file, and bundling them all together inside a .a archive.

Ah, how are local symbols resolved within the whole .a file? I thought it would be only within the individual object file.