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

Issue 15730003: Support inlining function containing throw in the optimizer. (Closed)

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

Description

Support inlining function containing throw in the optimizer. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=23142

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -64 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 3 chunks +92 lines, -64 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Florian Schneider
7 years, 7 months ago (2013-05-22 11:38:43 UTC) #1
Florian Schneider
https://codereview.chromium.org/15730003/diff/1/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/15730003/diff/1/runtime/vm/flow_graph_builder.cc#newcode276 runtime/vm/flow_graph_builder.cc:276: } else { The diff is confused here. This ...
7 years, 7 months ago (2013-05-22 11:40:39 UTC) #2
Kevin Millikin (Google)
LGTM modulo the small issue of setting a deopt id/environment on the fresh target block. ...
7 years, 7 months ago (2013-05-22 12:05:11 UTC) #3
Florian Schneider
Addressed comments. https://codereview.chromium.org/15730003/diff/1/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/15730003/diff/1/runtime/vm/flow_graph_builder.cc#newcode248 runtime/vm/flow_graph_builder.cc:248: false_block->LinkTo(call_->next()); On 2013/05/22 12:05:11, kmillikin wrote: > ...
7 years, 7 months ago (2013-05-24 12:51:56 UTC) #4
Florian Schneider
7 years, 7 months ago (2013-05-24 12:52:54 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r23142 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698