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

Issue 1565153002: Add a generic mechanism for expression rewriting (Closed)

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

Description

Add a generic mechanism for expression rewriting R=rossberg@chromium.org BUG= Committed: https://crrev.com/e54927244aff72a11b9f22892fba71be846bcabd Cr-Commit-Position: refs/heads/master@{#33200}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rewrite according to comments and small fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+592 lines, -0 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ast/ast.h View 1 30 chunks +125 lines, -0 lines 2 comments Download
A src/ast/ast-expression-rewriter.h View 1 chunk +54 lines, -0 lines 0 comments Download
A src/ast/ast-expression-rewriter.cc View 1 1 chunk +409 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
nickie
4 years, 11 months ago (2016-01-07 14:20:28 UTC) #1
rossberg
Looks good, just a question regarding the REWRITE macro. https://codereview.chromium.org/1565153002/diff/1/src/ast/ast.h File src/ast/ast.h (right): https://codereview.chromium.org/1565153002/diff/1/src/ast/ast.h#newcode3415 src/ast/ast.h:3415: ...
4 years, 11 months ago (2016-01-08 10:36:57 UTC) #2
nickie
I'd leave it as it is, but I have no objection with adding a AST_REWRITE_PROPERTY ...
4 years, 11 months ago (2016-01-08 13:22:09 UTC) #3
rossberg
Okay, leaving it up to you. LGTM
4 years, 11 months ago (2016-01-08 15:07:13 UTC) #4
nickie
https://codereview.chromium.org/1565153002/diff/20001/src/ast/ast.h File src/ast/ast.h (right): https://codereview.chromium.org/1565153002/diff/20001/src/ast/ast.h#newcode930 src/ast/ast.h:930: void set_assign_each(Expression* e) { assign_each_ = e; } Small ...
4 years, 11 months ago (2016-01-11 10:24:18 UTC) #5
rossberg
lgtm
4 years, 11 months ago (2016-01-11 12:09:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1565153002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1565153002/20001
4 years, 11 months ago (2016-01-11 12:19:02 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-11 12:41:50 UTC) #9
commit-bot: I haz the power
4 years, 11 months ago (2016-01-11 12:42:17 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e54927244aff72a11b9f22892fba71be846bcabd
Cr-Commit-Position: refs/heads/master@{#33200}

Powered by Google App Engine
This is Rietveld 408576698