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

Issue 1576583003: More source position improvements and tests (Closed)

Created:
4 years, 11 months ago by Cutch
Modified:
4 years, 11 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

More source position improvements and tests - Provide source positions for some ConstantInstrs. - Classify all other ConstantInstrs. - Use the token position of ++ rather than x in the expr: "x++;" for the add, constant 1, and final load operations. - More tests - Improvements to the test helpers. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/3ca0a08117fb904fa75318d57c16e8ddb29365a2

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -15 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_builder_test.cc View 1 2 5 chunks +124 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language.h View 3 chunks +5 lines, -2 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Cutch
4 years, 11 months ago (2016-01-08 23:34:54 UTC) #3
rmacnak
lgtm w/c https://codereview.chromium.org/1576583003/diff/1/runtime/vm/flow_graph_builder_test.cc File runtime/vm/flow_graph_builder_test.cc (right): https://codereview.chromium.org/1576583003/diff/1/runtime/vm/flow_graph_builder_test.cc#newcode263 runtime/vm/flow_graph_builder_test.cc:263: spt.FuzzyInstructionMatchAt("LoadStaticField", 5, 12); Missing return and debug ...
4 years, 11 months ago (2016-01-09 00:35:57 UTC) #4
Cutch
https://codereview.chromium.org/1576583003/diff/1/runtime/vm/flow_graph_builder_test.cc File runtime/vm/flow_graph_builder_test.cc (right): https://codereview.chromium.org/1576583003/diff/1/runtime/vm/flow_graph_builder_test.cc#newcode263 runtime/vm/flow_graph_builder_test.cc:263: spt.FuzzyInstructionMatchAt("LoadStaticField", 5, 12); On 2016/01/09 00:35:56, rmacnak wrote: > ...
4 years, 11 months ago (2016-01-11 18:12:48 UTC) #5
Cutch
4 years, 11 months ago (2016-01-11 18:19:15 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
3ca0a08117fb904fa75318d57c16e8ddb29365a2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698