Hacker News new | ask | show | jobs
by bjerun 4478 days ago
So it is not really optimizing the code - more like optimizing the symbol table?
1 comments

Yes, looks like it. The default symbol lookup can be really slow in some situations, especially in large C++ projects with can contain many symbols that share a long common prefix thanks to C++ name mangling.