
14 May
2011
14 May
'11
3:41 p.m.
On 14/05/2011 21:12, Don Stewart wrote:
When compiled with "split objs" GHC makes it possible for the linker to do dead code stripping. Make sure your GHC has split-objs on.
In the case that split-objs wasn't used, is this a GHC limitation, or an ld limitation? The Delphi linker eliminates unused code from monolithic object files (if I remember correctly), so presumably this isn't an inherent limitation of linking.