Re: 3.02,multipar,overlaps

1998-07-08 Thread Simon L Peyton Jones
ghc-3.02-linux-i386-unknown... from ftp.dcs.gla.ac.uk.../3.02/ cannot link the program enclosed: ghc -c -fglasgow-exts -optC-fallow-overlapping-instances -v Main.hs log ghc -o run Main.o Main.o(.text+0x3a3): undefined reference to `Main_ZcMBConvertible_inregs_info'

_casm_ in .hi-files

1998-07-08 Thread Sven Panne
Strictly speaking, this is not a bug, but I expect it to be a major performance hit for some applications: In a moment of curiosity, I browsed through the diffs between ghc-3.02 and ghc-proto-3.03-7-Jul, finding amongst other things a new function okToUnfoldInHiFile. If I understand this