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

Unified Diff: pkg/compiler/lib/src/js_backend/codegen/task.dart

Issue 1486023002: Propagate types of static const variables. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/type_mask_system.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_backend/codegen/task.dart
diff --git a/pkg/compiler/lib/src/js_backend/codegen/task.dart b/pkg/compiler/lib/src/js_backend/codegen/task.dart
index 870bba8b3c5157dba1aeb3cd7583c7f459743e2a..78887b0e910c6b50cc662693ad2c095a37180708 100644
--- a/pkg/compiler/lib/src/js_backend/codegen/task.dart
+++ b/pkg/compiler/lib/src/js_backend/codegen/task.dart
@@ -201,7 +201,7 @@ class CpsFunctionCompiler implements FunctionCompiler {
cps.FunctionDefinition optimizeCpsIr(cps.FunctionDefinition cpsFunction) {
cpsOptimizationTask.measure(() {
- TypeMaskSystem typeSystem = new TypeMaskSystem(compiler);
+ //TypeMaskSystem typeSystem = new TypeMaskSystem(compiler);
sra1 2015/12/01 05:07:30 Why did we create this shadowing definition?
asgerf 2015/12/01 08:36:57 Looks like a mistake. Please remove it.
applyCpsPass(new RedundantJoinEliminator(), cpsFunction);
applyCpsPass(new RedundantPhiEliminator(), cpsFunction);
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/type_mask_system.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698