Description[builtins] Migrate String.fromCharCode to TurboFan code stub.
When we moved the String.fromCharCode builtin to C++, we slightly
regressed the fast single character code argument case. Recovered some
of the performance by implementing the builtin using the TurboFan
CodeStubAssembler.
Drive-by-fix: Make sure the stack trace from the implicit ToNumber
conversion in String.fromCharCode includes the builtin by adding a
regression test for that.
R=yangguo@chromium.org
BUG=chromium:609831, chromium:613947, v8:5049
Committed: https://crrev.com/7554360f28adebd086761c3636c004a1013ebbb5
Cr-Commit-Position: refs/heads/master@{#36611}
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|