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

Issue 10694053: Fix bailing out of SSA compilation and enable --use-ssa on x64 by default. (Closed)

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

Description

Fix bailing out of SSA compilation and enable --use-ssa on x64 by default. We need to re-parse the function when retrying compilation after bailing out because of the side-effects to the AST (break-, continue-labels). To improve test coverage I'm enbabling building of SSA on x64 now. Committed: https://code.google.com/p/dart/source/detail?r=9291

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M vm/compiler.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M vm/flow_graph_builder.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 5 months ago (2012-07-02 15:39:33 UTC) #1
Vyacheslav Egorov (Google)
8 years, 5 months ago (2012-07-02 15:40:26 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698