Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Issue 1256323004: Optimize ToString and NonStringToString. (Closed)

Created:
5 years, 4 months ago by bbudge
Modified:
5 years, 4 months ago
Reviewers:
rossberg
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Optimize ToString and NonStringToString. Moves some uncommon type checking from ToString and NonStringToString into DefaultString. This should speed up string operations. LOG=N BUG=none Committed: https://crrev.com/bfde458271f6500e1b78ee0582646b9fcbefba54 Cr-Commit-Position: refs/heads/master@{#29913}

Patch Set 1 #

Patch Set 2 : Fix messages test. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -12 lines) Patch
M src/messages.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/runtime.js View 4 chunks +3 lines, -3 lines 2 comments Download
M test/mjsunit/messages.js View 1 2 chunks +2 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
bbudge
In the spirit of the change I made to ToNumber. This changes the message for ...
5 years, 4 months ago (2015-07-28 19:07:30 UTC) #2
bbudge
On 2015/07/28 19:07:30, bbudge wrote: > In the spirit of the change I made to ...
5 years, 4 months ago (2015-07-29 00:20:00 UTC) #3
rossberg
lgtm https://codereview.chromium.org/1256323004/diff/20001/src/runtime.js File src/runtime.js (left): https://codereview.chromium.org/1256323004/diff/20001/src/runtime.js#oldcode769 src/runtime.js:769: if (IS_SYMBOL_WRAPPER(x)) throw MakeTypeError(kSymbolToPrimitive); On 2015/07/28 19:07:30, bbudge ...
5 years, 4 months ago (2015-07-29 11:49:12 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1256323004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1256323004/20001
5 years, 4 months ago (2015-07-29 13:57:02 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 4 months ago (2015-07-30 08:21:46 UTC) #7
commit-bot: I haz the power
5 years, 4 months ago (2015-07-30 08:22:06 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/bfde458271f6500e1b78ee0582646b9fcbefba54
Cr-Commit-Position: refs/heads/master@{#29913}

Powered by Google App Engine
This is Rietveld 408576698