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

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: 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
« src/v8.cc ('K') | « 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '../../src/circular-queue.h', 254 '../../src/circular-queue.h',
255 '../../src/code-stubs.cc', 255 '../../src/code-stubs.cc',
256 '../../src/code-stubs.h', 256 '../../src/code-stubs.h',
257 '../../src/code.h', 257 '../../src/code.h',
258 '../../src/codegen.cc', 258 '../../src/codegen.cc',
259 '../../src/codegen.h', 259 '../../src/codegen.h',
260 '../../src/compilation-cache.cc', 260 '../../src/compilation-cache.cc',
261 '../../src/compilation-cache.h', 261 '../../src/compilation-cache.h',
262 '../../src/compiler.cc', 262 '../../src/compiler.cc',
263 '../../src/compiler.h', 263 '../../src/compiler.h',
264 '../../src/crankshaft-thread.cc',
265 '../../src/crankshaft-thread.h',
264 '../../src/contexts.cc', 266 '../../src/contexts.cc',
265 '../../src/contexts.h', 267 '../../src/contexts.h',
266 '../../src/conversions-inl.h', 268 '../../src/conversions-inl.h',
267 '../../src/conversions.cc', 269 '../../src/conversions.cc',
268 '../../src/conversions.h', 270 '../../src/conversions.h',
269 '../../src/counters.cc', 271 '../../src/counters.cc',
270 '../../src/counters.h', 272 '../../src/counters.h',
271 '../../src/cpu.h', 273 '../../src/cpu.h',
272 '../../src/cpu-profiler-inl.h', 274 '../../src/cpu-profiler-inl.h',
273 '../../src/cpu-profiler.cc', 275 '../../src/cpu-profiler.cc',
(...skipping 712 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
« src/v8.cc ('K') | « test/mjsunit/regress/regress-1118.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698