jvm.js
jvm.js copied to clipboard
Attributes should be parsed using the binary-parser module
Now that the binary-parser PR has been merged, it will give us a decent performance increase if we are able to utilize it when reading attributes.
While not necessarily in the scope of this issue, it might be possible to also write a parser for the bytecode instructions and then pass them off to the InstructionFactory when instructions are created. While it might require a bit of work to implement, I believe a significant portion of the code could be auto generated based on other definitions available.