Christian Maeder wrote: > I've a few files that produce ten times bigger .o files when compiled > with optimization (-O). This blow-up prevents linking on a mac. > > How could I find out what is causing this blow up? Compile with -ddump-simpl and investigate the Core code, both with and without optimisation. Cheers, Simon