3 May
2010
3 May
'10
4:33 p.m.
ext Nyx wrote:
I'm looking for a way to map the bytecodes that the interpreter is running back to source positions, not the machine code generated by the JIT.
Have a look at bytecodeOffsetForPC(), CodeBlock::lineNumberForBytecodeOffset(), and Interpreter::throwException(). Kent