On Wed May 3 16:08:53 2023 +0000, Zebediah Figura wrote:
We could probably do better by just recording allocations for the few cases where we need to reserve, and then using the old pass for everything else. But it's probably not worth rewriting this again until we see evidence it matters.
Or simply use a more efficient data structure for recording allocations. I agree there is no need to do that now.