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

Issue 15001030: Cleanup and avoid unnecessary code when building type arguments. (Closed)

Created:
7 years, 7 months ago by Florian Schneider
Modified:
7 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Cleanup and avoid unnecessary code when building type arguments. The code now uses only one temporary local instead of two. It affect only unoptimized code since those temporaries are eliminated when translating into SSA. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=22737

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -26 lines) Patch
M runtime/vm/flow_graph_builder.cc View 2 chunks +11 lines, -26 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 7 months ago (2013-05-15 12:56:57 UTC) #1
Kevin Millikin (Google)
lgtm
7 years, 7 months ago (2013-05-15 13:23:54 UTC) #2
Florian Schneider
7 years, 7 months ago (2013-05-15 13:42:38 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r22737 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698