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

Issue 12317007: Remove two more places where we computed use lists and add verification. (Closed)

Created:
7 years, 10 months ago by Kevin Millikin (Google)
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove two more places where we computed use lists and add verification. Remove computation of use lists after type propagation which was unnecessary, and a call per inlined function after ApplyICData which was also unnecessary. Add verification code after all compiler passes. R=vegorov@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=18750

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -39 lines) Patch
M runtime/vm/compiler.cc View 5 chunks +14 lines, -17 lines 0 comments Download
M runtime/vm/flow_graph.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 4 chunks +10 lines, -9 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 3 chunks +18 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
7 years, 10 months ago (2013-02-20 11:35:08 UTC) #1
Vyacheslav Egorov (Google)
lgtm
7 years, 10 months ago (2013-02-20 12:05:18 UTC) #2
Kevin Millikin (Google)
7 years, 10 months ago (2013-02-20 13:01:35 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18750 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698