1. 15 Apr, 2016 6 commits
  2. 13 Apr, 2016 14 commits
  3. 12 Apr, 2016 19 commits
  4. 11 Apr, 2016 1 commit
    • Kevin Modzelewski's avatar
      Fix some bugs in the rewriter "gc references" tracking · 7018c659
      Kevin Modzelewski authored
      - simple bug where when clearing the IC I forgot to clear
        the old list of gc references.
      - keep gc references alive during the duration of the rewrite.
        There are some cases where the thing we are guarding on would
        normally get destroyed by the end of the operation.
        So make the ref an owned ref.  But at the end if we see
        that we hold the only reference to the object, abort the rewrite
        (since the guard could never pass in the future)
      7018c659