• bmeurer's avatar
    [turbofan] Lower ConsString creation in JSTypedLowering. · 29dd7fc5
    bmeurer authored
    Extract String feedback on Add operation and utilize to lower ConsString
    creation in JSTypedLowering when we know that a String addition will
    definitely result in the creation of a ConsString.
    
    Note that Crankshaft has to guard the potential length overflow of the
    resulting string with an eager deoptimization exit, while we can safely
    throw an exception in that case.
    
    Also note that the bytecode pipeline does not currently provide the
    String feedback for the addition, which has to be added.
    
    BUG=v8:5267
    R=jarin@chromium.org
    
    Review-Url: https://codereview.chromium.org/2354853002
    Cr-Commit-Position: refs/heads/master@{#39540}
    29dd7fc5
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
fuzzer Loading commit data...
inspector_protocol_parser_test 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...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...