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

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

Issue 12047044: Added parallel marking threads. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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
« src/marking-thread.h ('K') | « src/marking-thread.cc ('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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 '../../src/liveedit.cc', 375 '../../src/liveedit.cc',
376 '../../src/liveedit.h', 376 '../../src/liveedit.h',
377 '../../src/log-inl.h', 377 '../../src/log-inl.h',
378 '../../src/log-utils.cc', 378 '../../src/log-utils.cc',
379 '../../src/log-utils.h', 379 '../../src/log-utils.h',
380 '../../src/log.cc', 380 '../../src/log.cc',
381 '../../src/log.h', 381 '../../src/log.h',
382 '../../src/macro-assembler.h', 382 '../../src/macro-assembler.h',
383 '../../src/mark-compact.cc', 383 '../../src/mark-compact.cc',
384 '../../src/mark-compact.h', 384 '../../src/mark-compact.h',
385 '../../src/marking-thread.h',
386 '../../src/marking-thread.cc',
385 '../../src/messages.cc', 387 '../../src/messages.cc',
386 '../../src/messages.h', 388 '../../src/messages.h',
387 '../../src/natives.h', 389 '../../src/natives.h',
388 '../../src/objects-debug.cc', 390 '../../src/objects-debug.cc',
389 '../../src/objects-inl.h', 391 '../../src/objects-inl.h',
390 '../../src/objects-printer.cc', 392 '../../src/objects-printer.cc',
391 '../../src/objects-visiting.cc', 393 '../../src/objects-visiting.cc',
392 '../../src/objects-visiting.h', 394 '../../src/objects-visiting.h',
393 '../../src/objects.cc', 395 '../../src/objects.cc',
394 '../../src/objects.h', 396 '../../src/objects.h',
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 }], 1049 }],
1048 ], 1050 ],
1049 'dependencies': [ 1051 'dependencies': [
1050 'v8' 1052 'v8'
1051 ], 1053 ],
1052 }, 1054 },
1053 ], 1055 ],
1054 }], 1056 }],
1055 ], 1057 ],
1056 } 1058 }
OLDNEW
« src/marking-thread.h ('K') | « src/marking-thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698