• Benedikt Meurer's avatar
    [turbofan] Introduce NumberToString operator. · 02dbef14
    Benedikt Meurer authored
    This adds a new simplified operator NumberToString, which just lowers to
    a call to the NumberToString builtin, and hooks that up to the typed
    lowering (addressing a long-standing TODO).
    
    Drive-by-fix: Also remove the %NumberToString runtime entry, and just
    always use the %NumberToStringSkipCache entry from CSA, since we only
    go there if the cache lookup already failed.
    
    Bug: v8:5267, v8:7109
    Change-Id: I5ca698c98679653813088a404f1fd38903a73c0e
    Reviewed-on: https://chromium-review.googlesource.com/779099
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarMichael Stanton <mvstanton@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#50636}
    02dbef14
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...
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...
d8_default.gyp Loading commit data...
d8_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...