• Kevin Modzelewski's avatar
    Change the way we pass line numbers to the runtime · d74e336f
    Kevin Modzelewski authored
    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.
    d74e336f
unwinding.h 1.1 KB