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
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to