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

Issue 2639333004: [pattern rewriter] Only desugar to call %ToName on computed properties (Closed)

Created:
3 years, 11 months ago by gsathya
Modified:
3 years, 11 months ago
Reviewers:
adamk
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[pattern rewriter] Only desugar to call %ToName on computed properties Convert strings to numbers if possible in the runtime call and store in excluded property list. BUG=v8:5549 Review-Url: https://codereview.chromium.org/2639333004 Cr-Commit-Position: refs/heads/master@{#42581} Committed: https://chromium.googlesource.com/v8/v8/+/72e8a978155394b0c67b07404f5241594f42c906

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add more tests #

Patch Set 3 : rebase #

Patch Set 4 : uncomment tests #

Patch Set 5 : add dcheck #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -22 lines) Patch
M src/objects.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M src/parsing/pattern-rewriter.cc View 1 2 3 4 2 chunks +18 lines, -13 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 2 1 chunk +13 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/object-rest-basic.js View 1 2 3 3 chunks +37 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (26 generated)
adamk
https://codereview.chromium.org/2639333004/diff/1/src/parsing/pattern-rewriter.cc File src/parsing/pattern-rewriter.cc (right): https://codereview.chromium.org/2639333004/diff/1/src/parsing/pattern-rewriter.cc#newcode364 src/parsing/pattern-rewriter.cc:364: // var y = temp[y]; Isn't this temp.y? https://codereview.chromium.org/2639333004/diff/1/src/parsing/pattern-rewriter.cc#newcode391 ...
3 years, 11 months ago (2017-01-19 02:04:13 UTC) #6
gsathya
https://codereview.chromium.org/2639333004/diff/1/src/parsing/pattern-rewriter.cc File src/parsing/pattern-rewriter.cc (right): https://codereview.chromium.org/2639333004/diff/1/src/parsing/pattern-rewriter.cc#newcode364 src/parsing/pattern-rewriter.cc:364: // var y = temp[y]; On 2017/01/19 02:04:13, adamk ...
3 years, 11 months ago (2017-01-21 00:27:33 UTC) #21
adamk
lgtm
3 years, 11 months ago (2017-01-21 00:33:32 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2639333004/80001
3 years, 11 months ago (2017-01-21 01:07:50 UTC) #28
commit-bot: I haz the power
3 years, 11 months ago (2017-01-21 01:09:53 UTC) #31
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/72e8a978155394b0c67b07404f5241594f4...

Powered by Google App Engine
This is Rietveld 408576698