-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The stind (and stobj) opcode handlers all use the same method, however the method has no parameters, therefore having no way of differentiating them through pattern matching, unless we match each VMOperandType as well.
An alternative to pattern matching could be to iterate through the devirtualized instructions and determine the stind type from stack analysis. This can probably be done with Echo.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request