classloading: load classfile on demand
authorBernhard Urban <lewurm@gmail.com>
Sun, 22 Apr 2012 18:42:50 +0000 (20:42 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sun, 22 Apr 2012 18:42:50 +0000 (20:42 +0200)
commite9bbf51a0b41aee0b904936c4f1b69ca555d2648
tree0e38acd6b6fa4c062534a7b3adcb9caa2e93c461
parent4fdea0a41c8893e3ef258b44aa696dcbe8e71f1e
classloading: load classfile on demand

first step, not really done cleanly at the moment.

TODO: introduce a classpool, where the
(1) static initializer is executed upon first loading
(2) reference to `Class Resolved' is saved somewhere
Makefile
Mate.hs
Mate/MethodPool.hs
Mate/Utilities.hs
Mate/X86CodeGen.hs
tests/DifferentClass1.java [new file with mode: 0644]