codegen: implement `newarray' and `arraylength'
authorBernhard Urban <lewurm@gmail.com>
Thu, 26 Apr 2012 12:26:27 +0000 (14:26 +0200)
committerBernhard Urban <lewurm@gmail.com>
Thu, 26 Apr 2012 12:26:27 +0000 (14:26 +0200)
commitb6548e83436936b5fce5384002e437aaf64c850e
treee5f848afccfb243173ff98147e6d0a436714c691
parent7d5b48dbb34e4d4f93877fa0b45d91ed5401a8fe
codegen: implement `newarray' and `arraylength'

the length is stored at offset 0.
Mate/X86CodeGen.hs
tests/Array1.java [new file with mode: 0644]