• 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
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
OWNERS Loading commit data...
debug-coverage.cc Loading commit data...
debug-coverage.h Loading commit data...
debug-evaluate.cc Loading commit data...
debug-evaluate.h Loading commit data...
debug-frames.cc Loading commit data...
debug-frames.h Loading commit data...
debug-interface.h Loading commit data...
debug-scope-iterator.cc Loading commit data...
debug-scope-iterator.h Loading commit data...
debug-scopes.cc Loading commit data...
debug-scopes.h Loading commit data...
debug-stack-trace-iterator.cc Loading commit data...
debug-stack-trace-iterator.h Loading commit data...
debug-type-profile.cc Loading commit data...
debug-type-profile.h Loading commit data...
debug.cc Loading commit data...
debug.h Loading commit data...
debug.js Loading commit data...
interface-types.h Loading commit data...
liveedit.cc Loading commit data...
liveedit.h Loading commit data...
liveedit.js Loading commit data...
mirrors.js Loading commit data...