Hacker News new | ask | show | jobs
by wmf 42 days ago
This is a great case for link-time code reordering. You can put all the hot code together so the unused code will never be loaded.