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

Issue 27192005: Add new style of string interpolation optimization: new nodes, working constant folding. (Closed)

Created:
7 years, 2 months ago by srdjan
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, hausner
Visibility:
Public.

Description

Add new style of string interpolation optimization: new nodes, working constant folding. TODO: partial constant fold of incoming arguments. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=28741

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 6

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -9 lines) Patch
M runtime/vm/ast.h View 1 2 3 4 5 6 7 8 2 chunks +21 lines, -0 lines 0 comments Download
M runtime/vm/ast_printer.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 5 6 7 8 2 chunks +82 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 4 5 6 7 8 3 chunks +32 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 4 5 6 7 8 2 chunks +21 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 2 months ago (2013-10-15 17:37:24 UTC) #1
Kevin Millikin (Google)
LGTM. https://codereview.chromium.org/27192005/diff/74001/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/27192005/diff/74001/runtime/vm/flow_graph_optimizer.cc#newcode6232 runtime/vm/flow_graph_optimizer.cc:6232: // v8 <- StaticCall(_interpolate, v2) This is not ...
7 years, 2 months ago (2013-10-16 15:14:03 UTC) #2
srdjan
Thanks! https://codereview.chromium.org/27192005/diff/74001/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/27192005/diff/74001/runtime/vm/flow_graph_optimizer.cc#newcode6232 runtime/vm/flow_graph_optimizer.cc:6232: // v8 <- StaticCall(_interpolate, v2) On 2013/10/16 15:14:03, ...
7 years, 2 months ago (2013-10-16 17:46:37 UTC) #3
srdjan
7 years, 2 months ago (2013-10-16 18:12:19 UTC) #4
Message was sent while issue was closed.
Committed patchset #9 manually as r28741.

Powered by Google App Engine
This is Rietveld 408576698