Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
DaiPlusPlus
8y ago
0 comments
Share
Is there a reason the Haskell compiler can't trim-out code it knows won't be used? Or is there another reason for the large size?
0 comments
default
newest
oldest
tome
8y ago
The word on the street is that it's not unused code but rather aggressively inlined code.
kccqzy
8y ago
That’s called split sections and it’s enabled by default in GHC 8.2.1. The main reason is aggressively inlined code compiled slightly differently.
j
/
k
navigate · click thread line to collapse