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

Issue 10283003: - Fix another side effect issue: never add AstNode to sequence unless they are a statement. Added t… (Closed)

Created:
8 years, 7 months ago by srdjan
Modified:
8 years, 7 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Kevin Millikin (Google)
Visibility:
Public.

Description

- Fix another side effect issue: never add AstNode to sequence unless they are a statement. Added tests. LoadLocal has now an optional pseudo input. Committed: https://code.google.com/p/dart/source/detail?r=7210

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -15 lines) Patch
M runtime/vm/ast.h View 2 chunks +15 lines, -2 lines 0 comments Download
M runtime/vm/code_generator_ia32.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/code_generator_x64.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 chunk +6 lines, -1 line 0 comments Download
M runtime/vm/opt_code_generator_ia32.cc View 4 chunks +10 lines, -3 lines 0 comments Download
M runtime/vm/parser.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M tests/language/compound_assignment_operator_test.dart View 1 2 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
8 years, 7 months ago (2012-05-01 21:36:29 UTC) #1
hausner
8 years, 7 months ago (2012-05-01 22:15:29 UTC) #2
Nice. lgtm.

Powered by Google App Engine
This is Rietveld 408576698