For functions with very large numbers of live variables, lookups into
LiveRegMap previously detoriated to linear searches.
This slightly increases memory usage, but that is barely measurable.
Differential D149330
[RegAllocFast] Use uint16_t SparseT for LiveRegMap aengelke on Apr 27 2023, 2:58 AM. Authored by
Details For functions with very large numbers of live variables, lookups into This slightly increases memory usage, but that is barely measurable.
Diff Detail
|