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

Issue 14308009: Detect leaf optimized methods and skip stack check overflow test in those, unless it is in a loop (… (Closed)

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

Description

Detect leaf optimized methods and skip stack check overflow test in those, unless it is in a loop (to be able to stop it). Committed: https://code.google.com/p/dart/source/detail?r=21692

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -8 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 3 3 chunks +18 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 8 months ago (2013-04-16 22:15:47 UTC) #1
Kevin Millikin (Google)
LGTM. https://codereview.chromium.org/14308009/diff/7003/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/14308009/diff/7003/runtime/vm/flow_graph_compiler.cc#newcode202 runtime/vm/flow_graph_compiler.cc:202: BlockEntryInstr* entry = block_order_[1]; I don't think we ...
7 years, 8 months ago (2013-04-18 10:05:28 UTC) #2
srdjan
Thanks https://codereview.chromium.org/14308009/diff/7003/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/14308009/diff/7003/runtime/vm/flow_graph_compiler.cc#newcode202 runtime/vm/flow_graph_compiler.cc:202: BlockEntryInstr* entry = block_order_[1]; On 2013/04/18 10:05:28, kmillikin ...
7 years, 8 months ago (2013-04-18 18:15:57 UTC) #3
srdjan
7 years, 8 months ago (2013-04-18 18:37:33 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r21692 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698