X87: [builtins] Simplify String constructor code.
authorchunyang.dai <chunyang.dai@intel.com>
Tue, 15 Sep 2015 12:16:35 +0000 (05:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 15 Sep 2015 12:16:52 +0000 (12:16 +0000)
commit353db40970cf2e6eed36f544c12a556cb6f90464
tree2a914a5d075cdf8c74c1098a29fbd0ff4465638d
parent8c8c7523c2a6188d552ba35a7948285de0d40705
X87: [builtins] Simplify String constructor code.

port eadfd666318c1dd959d7fac7c27538ef478a8b72 (r30706).

original commit message:

    The String constructor was somewhat complex with a lot of micro
    optimizations that are not relevant or even misguided. It would be
    really hard to port that code to ES6, which requires String to be
    subclassable. So as a first step we reduced the necessary complexity
    to the bare minimum (also removing the last user of the fairly complex
    MacroAssembler::LookupNumberStringCache method).

    This also removes the counters for the String constructor, which
    were not properly exposed anymore (and not kept in sync with inlined
    versions of the String constructor anyway).

BUG=

Review URL: https://codereview.chromium.org/1336133003

Cr-Commit-Position: refs/heads/master@{#30744}
src/x87/builtins-x87.cc
src/x87/macro-assembler-x87.cc
src/x87/macro-assembler-x87.h