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

Unified Diff: pkg/compiler/lib/src/dart_backend/backend.dart

Issue 1011383003: Use an explicit 'this' parameter instead of 'This' nodes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: test updates Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/dart_backend/backend.dart
diff --git a/pkg/compiler/lib/src/dart_backend/backend.dart b/pkg/compiler/lib/src/dart_backend/backend.dart
index f2c6c71bd43f08ed8e4a977ccd0cbcd6e6eee4ff..87e1415a7ac65f12b5918f3a5a0c0b5b9f25a2ca 100644
--- a/pkg/compiler/lib/src/dart_backend/backend.dart
+++ b/pkg/compiler/lib/src/dart_backend/backend.dart
@@ -167,6 +167,7 @@ class DartBackend extends Backend {
applyCpsPass(typePropagator);
applyCpsPass(new RedundantPhiEliminator());
applyCpsPass(new ShrinkingReducer());
+ //print(cpsDefinition.accept(new SExpressionStringifier()));
asgerf 2015/03/19 11:31:13 Clean up
sra1 2015/03/19 16:54:24 Done.
// Do not rewrite the IR after variable allocation. Allocation
// makes decisions based on an approximation of IR variable live

Powered by Google App Engine
This is Rietveld 408576698