-
Notifications
You must be signed in to change notification settings - Fork 41
Stind and Stobj #7
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request