• Ross McIlroy's avatar
    [TurboFan] Add typing for the EmptyString and use this for JSToPrimitiveToString · 2c296b7e
    Ross McIlroy authored
    Add the ability for the typer to track whether a string could be the empty
    string. This is needed for typed lowering of JSStringConcat since we can't
    create cons string chain with the empty string in arbitrary positions.
    
    The ToPrimitiveToString bytecode handler is modified to collect feedback on
    whether it has ever seen the empty string, which is used by
    SpeculativeToPrimitiveToString to ensure that the output is non-empty (or
    depot) which will subsiquently be used to enable inline cons-string creation
    for the JSStringConcat operator in typed lowering in a subsiquent CL.
    
    BUG=v8:6243
    
    Change-Id: I41b99b59798993f756aada8cff90fb137d65ea52
    Reviewed-on: https://chromium-review.googlesource.com/522122
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#45786}
    2c296b7e
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector 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...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests 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...