• adamk's avatar
    Rewrite Object.prototype.toString in C++ · ed698f3d
    adamk authored
    The main impetus is to improve performance when --harmony-tostring
    is enabled, thanks to using a generic property load instead of a
    megamorphic IC.
    
    This also reduces duplication, as the API function
    v8::Object::ObjectProtoToString can share the runtime implementation.
    
    The only functional change in this patch is to drop an accidental difference
    between the JS and API implementations: the arguments object should toString
    as "[object Arguments]". The JS side was corrected in
    https://code.google.com/p/v8/source/detail?r=3279, but the API version was
    missed in that patch.
    
    BUG=chromium:555127, v8:3502
    LOG=n
    CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
    
    Review URL: https://codereview.chromium.org/1509533003
    
    Cr-Commit-Position: refs/heads/master@{#32777}
    ed698f3d
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
docs Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...