Change the way we pass line numbers to the runtime
Before, for compiled functions we used dwarf line number information. Now it's switched to using the new frame introspection support, and we pass through the AST_stmt* as one of the arguments. This gets us the line number and also the definition of execution point.
Showing
Please register or sign in to comment