• bmeurer's avatar
    [turbofan] Nuke types before entering the concurrent phase. · 914ad0a3
    bmeurer authored
    It is unsound to look at the types in the TurboFan graphs after the
    representation selection (and early optimization) phases, because
    
     (a) the remaining phases (might) run concurrently, and
     (b) the types may not be accurate (or even correct) after
         representation selection due to the way we deal with
         truncations.
    
    So in Debug builds we now explicitly remove all types from the nodes
    right after we uninstall the Typer decorator from the Graph, so any
    further attempt to access the Type of a Node will lead to a crash (again
    in Debug only for now).
    
    CQ_INCLUDE_TRYBOTS=tryserver.v8:v8_linux64_tsan_rel
    BUG=v8:4969
    LOG=n
    
    Review-Url: https://codereview.chromium.org/1937803002
    Cr-Commit-Position: refs/heads/master@{#35920}
    914ad0a3
Name
Last commit
Last update
benchmarks Loading commit data...
docs 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/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore 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.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl 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...