strings: put every String from the constantpool in a Map
authorBernhard Urban <lewurm@gmail.com>
Thu, 26 Apr 2012 08:39:10 +0000 (10:39 +0200)
committerBernhard Urban <lewurm@gmail.com>
Thu, 26 Apr 2012 09:42:01 +0000 (11:42 +0200)
commitb25d636bdeaadc503cab14a9df7c1c8ec7b2c26c
tree08a406a71e2fb32b0cae2af20ccd194a5af21292
parentde1d8ed8daec3220c6c1900e9cded36a3e90f4c0
strings: put every String from the constantpool in a Map

because the spec requires that every constant string
has the same address.

w0000t @ "Hello World" :-)
Makefile
Mate/MethodPool.hs
Mate/Strings.hs [new file with mode: 0644]
Mate/Types.hs
Mate/X86CodeGen.hs
ffi/native.c
ffi/trap.c
tests/Native3.java [new file with mode: 0644]