Cache bytecode in interpreter object instead of storing it in the frame after each bytecode
Only store it in the frame when the frame might be changed or is visible by primitives.
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
Please register or sign in to comment