Milestone! I just managed to JIT the entire transitive closure of classes required to run Hello World (304 classes).
It doesn't run yet, because I don't have the required classpath native methods yet and the resulting exe (708KB) contains tons of verification errors, but this is definitely an exciting step.
I had to make a few minor changes to the classpath source:
The equals() and hashCode() methods in interfaces don't really do anything, but at the moment I cannot handle them. It would be trivial to add code to handle them, but I don't want to hardcode that kind of stuff, all method remapping should be based on the XML file that defines the remappings.
Download here.
5:48:04 PM Comments
|