[project @ 2000-01-28 09:40:05 by sewardj]
[ghc-hetmet.git] / ghc / compiler / nativeGen / NOTES
1
2 Known bugs in nativeGen, 000124 (JRS)
3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
5 All these bugs are for x86; I don't know about sparc/alpha.
6
7 -- absC -> stix translation for GET_TAG and in fact anything
8    to do with the packed-halfword layout info itbl field is
9    pretty dubious.  I think I have it fixed for big and little
10    endian 32-bit, but it won't work at all on a 64 bit platform.
11
12 -- nofib/spectral/cvh_unboxing exposes some kind of spilling bug
13    (I think), since there are many references to registers %M229
14    etc, which I believe are dynamic registers which didn't get assigned
15    to real ones.
16