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

Issue 10854084: Retrying r10475 (now with null check): (Closed)

Created:
8 years, 4 months ago by regis
Modified:
8 years, 4 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Retrying r10475 (now with null check): Continue work on type propagation in optimizing compiler (still WIP). Propagated types are cached in ssa definition nodes. Type propagation iterates until fix point is reached. Type checks are marked as eliminated when possible. Committed: https://code.google.com/p/dart/source/detail?r=10478

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -167 lines) Patch
M runtime/vm/flow_graph_builder.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 2 chunks +9 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 2 chunks +80 lines, -11 lines 0 comments Download
M runtime/vm/il_printer.cc View 2 chunks +11 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language.h View 15 chunks +62 lines, -26 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 11 chunks +137 lines, -117 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
regis
TBR
8 years, 4 months ago (2012-08-10 01:25:28 UTC) #1
srdjan
8 years, 4 months ago (2012-08-10 17:10:42 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698