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

Side by Side Diff: tools/gyp/v8.gyp

Issue 10417010: Run Crankshaft on a separate thread. (Closed) Base URL: https://chromiumcodereview.appspot.com/10387157
Patch Set: Set optimize_in_parallel to false by default. Created 8 years, 7 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
« no previous file with comments | « test/mjsunit/regress/regress-1118.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 '../../src/natives.h', 371 '../../src/natives.h',
372 '../../src/objects-debug.cc', 372 '../../src/objects-debug.cc',
373 '../../src/objects-printer.cc', 373 '../../src/objects-printer.cc',
374 '../../src/objects-inl.h', 374 '../../src/objects-inl.h',
375 '../../src/objects-visiting.cc', 375 '../../src/objects-visiting.cc',
376 '../../src/objects-visiting.h', 376 '../../src/objects-visiting.h',
377 '../../src/objects.cc', 377 '../../src/objects.cc',
378 '../../src/objects.h', 378 '../../src/objects.h',
379 '../../src/once.cc', 379 '../../src/once.cc',
380 '../../src/once.h', 380 '../../src/once.h',
381 '../../src/optimizing-compiler-thread.cc',
382 '../../src/optimizing-compiler-thread.h',
381 '../../src/parser.cc', 383 '../../src/parser.cc',
382 '../../src/parser.h', 384 '../../src/parser.h',
383 '../../src/platform-posix.h', 385 '../../src/platform-posix.h',
384 '../../src/platform-tls-mac.h', 386 '../../src/platform-tls-mac.h',
385 '../../src/platform-tls-win32.h', 387 '../../src/platform-tls-win32.h',
386 '../../src/platform-tls.h', 388 '../../src/platform-tls.h',
387 '../../src/platform.h', 389 '../../src/platform.h',
388 '../../src/preparse-data-format.h', 390 '../../src/preparse-data-format.h',
389 '../../src/preparse-data.cc', 391 '../../src/preparse-data.cc',
390 '../../src/preparse-data.h', 392 '../../src/preparse-data.h',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 }], 988 }],
987 ], 989 ],
988 'dependencies': [ 990 'dependencies': [
989 'v8' 991 'v8'
990 ], 992 ],
991 }, 993 },
992 ], 994 ],
993 }], 995 }],
994 ], 996 ],
995 } 997 }
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-1118.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698