Profiling, again.

1998-01-26 Thread Alex Ferguson
Another non-killing, but rather annoying error message: this one is provoked by duplicate _scc_ labels. I don't see the sense in this restriction, myself, but at any rate this wouldn't seem to be the handiest way of detecting same... Cheers, Alex. -- ghc-2.09 -c Intervals.hs -H30m -K2M

Re: Profiling, again.

1998-01-26 Thread Simon L Peyton Jones
Another non-killing, but rather annoying error message: this one is provoked by duplicate _scc_ labels. I don't see the sense in this restriction, myself, but at any rate this wouldn't seem to be the handiest way of detecting same... Cheers, Alex. Thanks -- this is another of the

Re: Profiling again.

1998-01-26 Thread Simon L Peyton Jones
Doing a time-profiling of my current hackery tells me the worst offender in my program is: Intervals/$d11 This raises and question or two in my mind... This represents the encoding of a dictionary (or a single method?) for some class with an instance declared in the given

bugg report (profiling again)

1997-07-16 Thread Marc van Dongen
The latest patch provided Thu 16 Jul I still have problems with profiling and optimization: at the link-stage. (See also my report from Thu, 26 Jun). After: ghc -o ModuleMain -H40M -K4M -recomp -v \ -fglasgow-exts -cpp -hi-diffs -ansi -syslib ghc \ -fshow-import-specs -O2