-
Bug
-
Resolution: Fixed
-
P5
-
11, 17, 21
-
b20
PhaseLive::compute allocates the Block_List on its live arena, but the backing Block_Array is allocated on the ResourceArea. This causes the memory of the worklist to build up without being freed.