field access: first primitive attempt
authorBernhard Urban <lewurm@gmail.com>
Tue, 24 Apr 2012 21:35:25 +0000 (23:35 +0200)
committerBernhard Urban <lewurm@gmail.com>
Tue, 24 Apr 2012 21:35:25 +0000 (23:35 +0200)
commit485b25fefdbf44b940c155d48f2e211c398fe727
treebbdb56fc1ab049a4ce134f906ba8f810e6681991
parent4e159b3b91a335a01ca6ac7308349bc4a5a0dd45
field access: first primitive attempt

constantpool index is used as offset to access
fields of an object (which isn't correct)

TODO:
- proper table index setup
- allocate bytes according table size
- consider inheritance
Makefile
Mate/X86CodeGen.hs
tests/Instance1.java [new file with mode: 0644]