• mtrofin's avatar
    [turbofan] Regalloc was assuming "blocked" register can't be "used" · 970d9076
    mtrofin authored
    When attempting to allocate a blocked register, in the absence of
    aliasing, it was possible to assume that a register that was
    blocked - by either belonging to an active fixed register, or to
    an active unspillable range - could not have possibly be allocated
    to another active range (because there'd be an interference otherwise).
    
    With aliasing, that changes. The range we're trying to allocate
    may be a double, while the 2 or more active ranges in the paragraph
    above may be singles aliasing to the same double slot.
    
    Opportunistically refactored for readability an optimization, and
    added some comments.
    
    BUG=681529
    
    Review-Url: https://codereview.chromium.org/2632373004
    Cr-Commit-Position: refs/heads/master@{#42474}
    970d9076
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...