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

Issue 10832126: Store pointer instead of reference to LocalVariable in ast and flow graph. (Closed)

Created:
8 years, 4 months ago by regis
Modified:
8 years, 4 months ago
Reviewers:
srdjan, hausner, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Store pointer instead of reference to LocalVariable in ast and flow graph. Address comments of already committed r10203. Committed: https://code.google.com/p/dart/source/detail?r=10321

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -117 lines) Patch
M runtime/vm/ast.h View 1 2 14 chunks +43 lines, -39 lines 0 comments Download
M runtime/vm/ast.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/ast_printer_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/ast_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_generator_test.cc View 1 2 4 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/object.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/parser.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/parser.cc View 1 2 41 chunks +62 lines, -63 lines 0 comments Download
M runtime/vm/scopes.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
8 years, 4 months ago (2012-08-03 00:43:29 UTC) #1
hausner
LGTM.
8 years, 4 months ago (2012-08-03 15:43:37 UTC) #2
Ivan Posva
I would like to reduce the amount of changes needed following this. Please see the ...
8 years, 4 months ago (2012-08-03 20:10:26 UTC) #3
regis
Thanks! Please, have another look. -- Regis https://chromiumcodereview.appspot.com/10832126/diff/1/runtime/vm/ast.h File runtime/vm/ast.h (right): https://chromiumcodereview.appspot.com/10832126/diff/1/runtime/vm/ast.h#newcode933 runtime/vm/ast.h:933: ASSERT(local_ != ...
8 years, 4 months ago (2012-08-06 22:31:49 UTC) #4
Ivan Posva
8 years, 4 months ago (2012-08-06 23:11:16 UTC) #5
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698