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

Side by Side Diff: tests/language/large_implicit_getter_test.dart

Issue 18563006: More tests updated to optimize code (Part 2). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « tests/language/language.status ('k') | tests/language/load_to_load_forwarding_vm_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // Dart test program for testing compilation of large implicit getters. 4 // Dart test program for testing compilation of large implicit getters.
5 // VMOptions=--optimization-counter-threshold=10
5 6
6 List<List> panels = [ 7 List<List> panels = [
7 [6853.940039224797,6050.837897021371] 8 [6853.940039224797,6050.837897021371]
8 ,[6953.240039224797,6050.837897021371] 9 ,[6953.240039224797,6050.837897021371]
9 ,[7052.5400392247975,5885.237897021371] 10 ,[7052.5400392247975,5885.237897021371]
10 ,[7052.5400392247975,5719.637897021372] 11 ,[7052.5400392247975,5719.637897021372]
11 ,[7151.840039224798,5885.237897021371] 12 ,[7151.840039224798,5885.237897021371]
12 ,[7052.5400392247975,6050.837897021371] 13 ,[7052.5400392247975,6050.837897021371]
13 ,[7052.5400392247975,6216.43789702137] 14 ,[7052.5400392247975,6216.43789702137]
14 ,[7052.5400392247975,6382.03789702137] 15 ,[7052.5400392247975,6382.03789702137]
(...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 ,[2364.4759911280776,4008.3700224365043] 1363 ,[2364.4759911280776,4008.3700224365043]
1363 ,[2265.175991128078,3842.7700224365044] 1364 ,[2265.175991128078,3842.7700224365044]
1364 ,[2364.4759911280776,3677.1700224365045] 1365 ,[2364.4759911280776,3677.1700224365045]
1365 ,[2463.7759911280773,3842.7700224365044] 1366 ,[2463.7759911280773,3842.7700224365044]
1366 ,[2463.7759911280773,4008.3700224365043] 1367 ,[2463.7759911280773,4008.3700224365043]
1367 ,[2364.4759911280776,3842.7700224365044] 1368 ,[2364.4759911280776,3842.7700224365044]
1368 ]; 1369 ];
1369 1370
1370 1371
1371 main() { 1372 main() {
1372 for (int i = 0; i < 6000; i++) { 1373 for (int i = 0; i < 20; i++) {
1373 var y = panels.length; 1374 var y = panels.length;
1374 } 1375 }
1375 } 1376 }
1376 1377
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/load_to_load_forwarding_vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698