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

Side by Side Diff: test/codegen/expect/DeltaBlue.txt

Issue 1235503010: fixes #219, able to compile multiple entry points (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 // Messages from compiling DeltaBlue.dart 1 // Messages from compiling DeltaBlue.dart
2 info: line 63, column 7 of test/codegen/BenchmarkBase.dart: [DynamicInvoke] f() requires dynamic invoke 2 info: [DynamicInvoke] f() requires dynamic invoke (test/codegen/BenchmarkBase.da rt, line 63, col 7)
3 f(); 3 info: [DynamicCast] mark (dynamic) will need runtime check to cast to type int ( test/codegen/DeltaBlue.dart, line 130, col 18)
4 ^^^ 4 info: [DynamicCast] mark (dynamic) will need runtime check to cast to type int ( test/codegen/DeltaBlue.dart, line 137, col 16)
5 info: line 130, column 18 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dy namic) will need runtime check to cast to type int 5 info: [DynamicCast] mark (dynamic) will need runtime check to cast to type int ( test/codegen/DeltaBlue.dart, line 142, col 37)
6 chooseMethod(mark); 6 info: [DynamicCast] mark (dynamic) will need runtime check to cast to type int ( test/codegen/DeltaBlue.dart, line 143, col 16)
7 ^^^^
8 info: line 137, column 16 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dy namic) will need runtime check to cast to type int
9 markInputs(mark);
10 ^^^^
11 info: line 142, column 37 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dy namic) will need runtime check to cast to type int
12 if (!planner.addPropagate(this, mark)) print("Cycle encountered");
13 ^^^^
14 info: line 143, column 16 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dy namic) will need runtime check to cast to type int
15 out.mark = mark;
16 ^^^^
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698