[project @ 2001-02-01 13:35:10 by sewardj]
authorsewardj <unknown>
Thu, 1 Feb 2001 13:35:10 +0000 (13:35 +0000)
committersewardj <unknown>
Thu, 1 Feb 2001 13:35:10 +0000 (13:35 +0000)
commit9e358c7e473ea6fdf8766b4944bc827adc41e5f0
treea027bb7e7aab8ee995b3e2be7e466c09fced7d40
parent4ceacc59b3353cc3be01b2416b32614274425dd2
[project @ 2001-02-01 13:35:10 by sewardj]
Fix a long-standing roaring bogon in mangleIndexTree, to do with
not-necessarily-valid assumptions about PrimRep sizes.  In future all
enquiries about PrimRep sizes should go via MachMisc.primRepToSize
and/or MachMisc.sizeOf.  The Lord preserve us from random, unportable
hacks in the NCG.
ghc/compiler/nativeGen/AbsCStixGen.lhs
ghc/compiler/nativeGen/MachCode.lhs
ghc/compiler/nativeGen/StixPrim.lhs