-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 20
-
Component/s: core-libs
-
None
ComputeMoveOrder::compute_store_order uses a table in the form of a GrowableArray which is used to record which move operations will kill which registers.
This array can be very sparsely populated.
This GrowableArray should really be replaced by a hash table, which doesn't waste as much space.
This array can be very sparsely populated.
This GrowableArray should really be replaced by a hash table, which doesn't waste as much space.