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

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

Issue 11782028: Parallel and concurrent sweeping. (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
« no previous file with comments | « src/sweeper-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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 '../../src/store-buffer.cc', 454 '../../src/store-buffer.cc',
455 '../../src/store-buffer.h', 455 '../../src/store-buffer.h',
456 '../../src/string-search.cc', 456 '../../src/string-search.cc',
457 '../../src/string-search.h', 457 '../../src/string-search.h',
458 '../../src/string-stream.cc', 458 '../../src/string-stream.cc',
459 '../../src/string-stream.h', 459 '../../src/string-stream.h',
460 '../../src/strtod.cc', 460 '../../src/strtod.cc',
461 '../../src/strtod.h', 461 '../../src/strtod.h',
462 '../../src/stub-cache.cc', 462 '../../src/stub-cache.cc',
463 '../../src/stub-cache.h', 463 '../../src/stub-cache.h',
464 '../../src/sweeper-thread.h',
465 '../../src/sweeper-thread.cc',
464 '../../src/token.cc', 466 '../../src/token.cc',
465 '../../src/token.h', 467 '../../src/token.h',
466 '../../src/transitions-inl.h', 468 '../../src/transitions-inl.h',
467 '../../src/transitions.cc', 469 '../../src/transitions.cc',
468 '../../src/transitions.h', 470 '../../src/transitions.h',
469 '../../src/type-info.cc', 471 '../../src/type-info.cc',
470 '../../src/type-info.h', 472 '../../src/type-info.h',
471 '../../src/unbound-queue-inl.h', 473 '../../src/unbound-queue-inl.h',
472 '../../src/unbound-queue.h', 474 '../../src/unbound-queue.h',
473 '../../src/unicode-inl.h', 475 '../../src/unicode-inl.h',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 }], 1047 }],
1046 ], 1048 ],
1047 'dependencies': [ 1049 'dependencies': [
1048 'v8' 1050 'v8'
1049 ], 1051 ],
1050 }, 1052 },
1051 ], 1053 ],
1052 }], 1054 }],
1053 ], 1055 ],
1054 } 1056 }
OLDNEW
« no previous file with comments | « src/sweeper-thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698