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

Issue 246019: Move the per-ast-node statement position to only statement node types.... (Closed)

Created:
11 years, 2 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Move the per-ast-node statement position to only statement node types. It was not currently being used for expressions or declarations and always had the default initial value. Committed: http://code.google.com/p/v8/source/detail?r=2976

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -61 lines) Patch
M src/arm/codegen-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/codegen-arm.cc View 5 chunks +0 lines, -7 lines 0 comments Download
M src/ast.h View 2 chunks +8 lines, -7 lines 0 comments Download
M src/codegen.cc View 1 chunk +14 lines, -26 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 6 chunks +0 lines, -9 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 6 chunks +0 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 2 months ago (2009-09-28 11:50:56 UTC) #1
Søren Thygesen Gjesse
11 years, 2 months ago (2009-09-28 11:54:47 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698