Use InstructionPtr
instead of a program counter (usize
)
#479
Labels
optimization
An performance optimization issue.
This is a follow-up to #473.
InstructionPtr
abstraction andCodeMap
API to access those.InstructionPtr
intoFuncFrame
and replacepc: usize
by it.Executor
properly useInstructionPtr
and properly load fromCodeMap
only upon calls but no longer on returns.Instructions
type since it is of no use anymore.The text was updated successfully, but these errors were encountered: