Hacker News new | ask | show | jobs
by ThisIs_MyName 3411 days ago
Doesn't LTO produce even smaller/faster binaries anyway?
1 comments

I'm not sure what's the state of LTO in GHC…

By the way: using LLD helped massively with linking all these small Haskell function objects. It's really much faster than even gold!