| Cull any regions that are before origin.
For now we use an aggressive strategy where if any part is gone,
all of the region will go. This simplifies the algorithm
considerably and is forward compatible in the sense that if in
the future we decide to delete based on the region end, and
adjust 'begin', that would show up as an improvement not a regression.
|