Skip to content
  • Daniel Gröber (dxld)'s avatar
    rts: TraverseHeap: Link parent stackElements on the stack · fd48d8b0
    Daniel Gröber (dxld) authored and Marge Bot's avatar Marge Bot committed
    The new 'sep' field links a stackElement to it's "parent". That is the
    stackElement containing it's parent closure.
    
    Currently not all closure types create long lived elements on the stack so
    this does not cover all parents along the path to the root but that is
    about to change in a future commit.
    fd48d8b0