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

Issue 710653002: Simplify type propagation and IL declarations of TemplateInstruction. (Closed)

Created:
6 years, 1 month ago by Florian Schneider
Modified:
6 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Simplify type propagation and IL declarations of TemplateInstruction. Replace ComputeInitialType. It is not needed anymore. AssertAssignable now properly uses the cid of the incoming value-type in its compile-type. ArgumentCount is has now a default implementation that returns 0 to avoid defining it on all subclasses of TemplateInstruction (TemplateDefinition already had it defined) R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=41602

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -70 lines) Patch
M runtime/vm/flow_graph_type_propagator.cc View 8 chunks +9 lines, -28 lines 0 comments Download
M runtime/vm/intermediate_language.h View 22 chunks +4 lines, -42 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Florian Schneider
6 years, 1 month ago (2014-11-07 12:50:45 UTC) #2
Vyacheslav Egorov (Google)
lgtm
6 years, 1 month ago (2014-11-07 13:02:45 UTC) #3
Florian Schneider
6 years, 1 month ago (2014-11-07 13:07:00 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r41602 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698