Chromium Code Reviews
DescriptionSubzero: Fix a performance regression in the register allocator.
The register allocator does not need to be considering rematerializable variables at all. When it does, there tends to be a big performance cost because the live range of a rematerializable variable tends to be large, leading to lots of expensive overlap computations against register allocation candidates.
BUG= none
R=jpp@chromium.org, sehr@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=4c5c57159b68c909bd4edef27c7ac09795a7f33b
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|
|||||||||||||||||||