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

Issue 197283004: Generate smaller unoptimized code for certain expressions. (Closed)

Created:
6 years, 9 months ago by Florian Schneider
Modified:
6 years, 9 months ago
Reviewers:
srdjan, srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Generate smaller unoptimized code for certain expressions. Code for compound assignments, pre- and post-fix ++, --, cascades in effect contexts is now smaller by 1 push/pop instructions. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=33641

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -44 lines) Patch
M runtime/vm/flow_graph.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 chunk +10 lines, -25 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 chunks +19 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 1 chunk +9 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Florian Schneider
6 years, 9 months ago (2014-03-12 14:50:26 UTC) #1
Florian Schneider
6 years, 9 months ago (2014-03-12 14:56:47 UTC) #2
srdjan
lgtm https://codereview.chromium.org/197283004/diff/1/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/197283004/diff/1/runtime/vm/intermediate_language.cc#newcode2065 runtime/vm/intermediate_language.cc:2065: return (value() != NULL) InputCount() == 0 seems ...
6 years, 9 months ago (2014-03-12 18:18:30 UTC) #3
Florian Schneider
https://codereview.chromium.org/197283004/diff/1/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/197283004/diff/1/runtime/vm/intermediate_language.cc#newcode2065 runtime/vm/intermediate_language.cc:2065: return (value() != NULL) On 2014/03/12 18:18:30, srdjan wrote: ...
6 years, 9 months ago (2014-03-13 08:56:15 UTC) #4
Florian Schneider
6 years, 9 months ago (2014-03-13 09:07:46 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r33641 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698