I think I finally have the cleanup computation in NODE-ENDS-BLOCK right. We
can't just always make the cleanup at the split the old end cleanup. Instead, we must see if the split moves any of the old cleanups to the new block. In that case, we must scan up the the cleanup-enclosing thread to find the innermost cleanup that wasn't moved into the new block.
Please register or sign in to comment