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

Issue 10408048: Avoid redundant pop/push before Throw/ReThrow in the flow-graph compiler. (Closed)

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

Description

Avoid redundant pop/push before Throw/ReThrow in the flow-graph compiler. Since the runtime call expects its arguments on the stack, we can just push them in the same way we do in other places. The current code already assumes that the arguments are pushed in the correct order. Committed: https://code.google.com/p/dart/source/detail?r=7831

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M vm/flow_graph_compiler_x64.cc View 2 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
Tiny cleanup of Throw/ReThrow.
8 years, 7 months ago (2012-05-21 22:58:33 UTC) #1
srdjan
8 years, 7 months ago (2012-05-21 22:59:53 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698