jjfiv / dalvik-js

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

formalize new Thread structure #104

Closed etosch closed 12 years ago

etosch commented 12 years ago

Using some of the information in #91 and the Java Thread doc, formalize the new Thread structure and update global.js accordingly.

jjfiv commented 12 years ago

Thread is now an Instance of java/lang/Thread as appropriate; it should have fields... our internal VMthread is slightly different, but this is currently not an issue.