Simplified, extended jit implementation

This commit is contained in:
James Roseborough
2008-05-18 15:12:03 +00:00
parent c5c322fee1
commit 039d79fe5f
13 changed files with 314 additions and 174 deletions

View File

@@ -55,7 +55,7 @@ public class DebugStackStateTest extends TestCase {
LPrototype p = LoadState.undump(state, is, script);
// create closure and execute
final LClosure c = new LClosure( state, p );
final LClosure c = p.newClosure( state._G );
// suspend the vm right away
state.suspend();