jjfiv / dalvik-js

Project for CS 691ST - Dalvik VM implementation in Javascript
23 stars 11 forks source link

clear vm stack after failure #79

Closed etosch closed 12 years ago

etosch commented 12 years ago

When we run a program and it fails, the VM retains its current state, so we cannot run a new file. Clear the stack (but keep the ClassLibrary) after executing a run.