jjfiv / dalvik-js

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

Object functions #101

Closed etosch closed 12 years ago

etosch commented 12 years ago

ClassLibrary is now instantiated with an Object constructor. We had been putting off implementing Object methods, but now need to bring that to the forefront, since with multithreading, wait, notify, etc. will all become relevant and need to be implemented in our machine, using our infrastructure.

This issue will likely be linked to subtasks, but the main design questions can go in this thread.

jjfiv commented 12 years ago

So this is very tied to getting all features of Threads?

etosch commented 12 years ago

Yes, well, mainly synchronization.

BTW I uploaded a homework assignment I had on synchronization. Since it was homework, it covered a lot of ground. Unfortunately, it uses collections. I can modify the Java to use an array with synchronized access, as appropriate.

On Wed, Oct 31, 2012 at 12:22 PM, John Foley notifications@github.comwrote:

So this is very tied to getting all features of Threads?

— Reply to this email directly or view it on GitHubhttps://github.com/jjfiv/dalvik-js/issues/101#issuecomment-9951339.

Emma Tosch Graduate Research Assistant, Computational Intelligence Lab, Hampshire College MS/PhD student, University of Massachusetts, Amherst etosch@cs.umass.edu http://cs.umass.edu/~etosch

jjfiv commented 12 years ago

We've implemented things as we need them; calling this closed for now.