jjfiv / dalvik-js

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

write something to track opcode usage #46

Closed etosch closed 12 years ago

etosch commented 12 years ago

We want to make sure we're hitting all the opcodes for our test suite. Write something that keeps track of the set of opcodes used for a given instance of our VM.

etosch commented 12 years ago

Close?

etosch commented 12 years ago

@jjfiv , @jen4ik , @guptha- , @VJD215 : Added tracking, please pull.