classpool: we want the object size
authorBernhard Urban <lewurm@gmail.com>
Mon, 30 Apr 2012 11:50:44 +0000 (13:50 +0200)
committerBernhard Urban <lewurm@gmail.com>
Mon, 30 Apr 2012 12:13:24 +0000 (14:13 +0200)
commitaf88fa2a73378fa634a8ccb51bda5c982cad6b91
tree133888de5dd06b9cc5dceb419d6ae32bc47a45f2
parent733a46559319e7ca67b104bfe0b1e737c4ab784c
classpool: we want the object size

i.e. the number of bytes to allocate for field members of the object.

... not the amount of (virtual) methods this object has.

what an ugly bug :-(
Mate/ClassPool.hs
Mate/X86CodeGen.hs