Right now we look over all intervals to see which are live across every call. This is O(BAD^2). Let's not. We can try for a slightly better approach to the same as a stopgap before we inevitably end up with interval splitting instead as a solution.
Right now we look over all intervals to see which are live across every call. This is O(BAD^2). Let's not.
We can try for a slightly better approach to the same as a stopgap before we inevitably end up with interval splitting instead as a solution.