Re: inter module optimizations

2007-03-28 Thread Fawzi Mohamed
Donald Bruce Stewart wrote: [..] To really understand what is going on, I suggest looking at the -ddump-simpl output as you change the inlining settings. Then you'll see how GHC is moving code about. -- Don (who's spent the last 2 weeks playing the simplifer/inliner game) Thanks, but actually

Re: inter module optimizations

2007-03-28 Thread Donald Bruce Stewart
fmohamed: > I had posted some data on inter-module optimizations that I had > calculated when splitting my program from one computational module to > many different ones. > > Tim Chevalier suggested that my calculation could be interesting to the > people here. > >

inter module optimizations

2007-03-28 Thread Fawzi Mohamed
I had posted some data on inter-module optimizations that I had calculated when splitting my program from one computational module to many different ones. Tim Chevalier suggested that my calculation could be interesting to the people here. So I made the effort of preparing the various