• mstarzinger's avatar
    [turbofan] Speed up structural graph verification. · f3ca2142
    mstarzinger authored
    This removes the checking for use-def and def-use chain links from the
    graph verification. Presence of such links can only be violated by a bug
    in the actual {Node} implementation itself. That container class is also
    covered by unit tests.
    
    The verification in question was useful in the early days when the graph
    implementation itself was prone to bugs. By now it has stabilized and
    spending O(n^2) time during graph verification is too wasteful to still
    be considered a reasonable trade-off.
    
    R=jarin@chromium.org
    TEST=unittests/NodeTest.*
    
    Review-Url: https://codereview.chromium.org/2140973003
    Cr-Commit-Position: refs/heads/master@{#37670}
    f3ca2142
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
ignition.gyp Loading commit data...
ignition.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...