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

Issue 12298034: Copy propagated type info when inserting conversion. (Closed)

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

Description

Copy propagated type info when inserting conversion. Use propagated type info to improve smi-checking before double operations (CheckEitherNonSmi) Committed: https://code.google.com/p/dart/source/detail?r=18692

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -24 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 chunks +6 lines, -2 lines 1 comment Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +20 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +20 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
7 years, 10 months ago (2013-02-19 14:20:30 UTC) #1
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/12298034/diff/1/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/12298034/diff/1/runtime/vm/intermediate_language.h#newcode255 runtime/vm/intermediate_language.h:255: Value* CopyWithType() {return new Value(definition_, reaching_type_); } Please ...
7 years, 10 months ago (2013-02-19 14:45:49 UTC) #2
Florian Schneider
https://codereview.chromium.org/12298034/diff/1/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/12298034/diff/1/runtime/vm/intermediate_language.h#newcode255 runtime/vm/intermediate_language.h:255: Value* CopyWithType() {return new Value(definition_, reaching_type_); } On 2013/02/19 ...
7 years, 10 months ago (2013-02-19 15:02:06 UTC) #3
srdjan
7 years, 10 months ago (2013-02-19 16:51:47 UTC) #4
Message was sent while issue was closed.
DBC

https://codereview.chromium.org/12298034/diff/8001/runtime/vm/intermediate_la...
File runtime/vm/intermediate_language.h (right):

https://codereview.chromium.org/12298034/diff/8001/runtime/vm/intermediate_la...
runtime/vm/intermediate_language.h:227: explicit Value(Definition* definition,
CompileType* type = NULL)
Why the optional argument? We really should avoid them.

Powered by Google App Engine
This is Rietveld 408576698