Chromium Code Reviews

Issue 23597037: Unify handling of position info in AST, part 2 (Closed)

Created:
7 years, 3 months ago by rossberg
Modified:
7 years, 2 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Unify handling of position info in AST, part 2 * Eliminate Conditional::then/else_position and WhileStatement::condition_position. R=yangguo@chromium.org BUG= Committed: http://code.google.com/p/v8/source/detail?r=17184

Patch Set 1 #

Patch Set 2 : Simplify SetExpressionPosition #

Unified diffs Side-by-side diffs Stats (+9 lines, -38 lines)
M src/ast.h View 7 chunks +1 line, -23 lines 0 comments
M src/full-codegen.h View 1 chunk +1 line, -1 line 0 comments
M src/full-codegen.cc View 5 chunks +6 lines, -8 lines 0 comments
M src/parser.cc View 2 chunks +1 line, -6 lines 0 comments

Messages

Total messages: 3 (0 generated)
rossberg
7 years, 3 months ago (2013-09-12 14:11:26 UTC) #1
Yang
On 2013/09/12 14:11:26, rossberg wrote: lgtm.
7 years, 3 months ago (2013-09-24 16:10:26 UTC) #2
rossberg
7 years, 2 months ago (2013-10-14 09:41:48 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r17184 (presubmit successful).

Powered by Google App Engine