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

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, 11 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/spaces.cc ('K') | « 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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 '../../src/store-buffer.cc', 458 '../../src/store-buffer.cc',
459 '../../src/store-buffer.h', 459 '../../src/store-buffer.h',
460 '../../src/string-search.cc', 460 '../../src/string-search.cc',
461 '../../src/string-search.h', 461 '../../src/string-search.h',
462 '../../src/string-stream.cc', 462 '../../src/string-stream.cc',
463 '../../src/string-stream.h', 463 '../../src/string-stream.h',
464 '../../src/strtod.cc', 464 '../../src/strtod.cc',
465 '../../src/strtod.h', 465 '../../src/strtod.h',
466 '../../src/stub-cache.cc', 466 '../../src/stub-cache.cc',
467 '../../src/stub-cache.h', 467 '../../src/stub-cache.h',
468 '../../src/sweeper-thread.h',
469 '../../src/sweeper-thread.cc',
468 '../../src/token.cc', 470 '../../src/token.cc',
469 '../../src/token.h', 471 '../../src/token.h',
470 '../../src/transitions-inl.h', 472 '../../src/transitions-inl.h',
471 '../../src/transitions.cc', 473 '../../src/transitions.cc',
472 '../../src/transitions.h', 474 '../../src/transitions.h',
473 '../../src/type-info.cc', 475 '../../src/type-info.cc',
474 '../../src/type-info.h', 476 '../../src/type-info.h',
475 '../../src/unbound-queue-inl.h', 477 '../../src/unbound-queue-inl.h',
476 '../../src/unbound-queue.h', 478 '../../src/unbound-queue.h',
477 '../../src/unicode-inl.h', 479 '../../src/unicode-inl.h',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 }], 1010 }],
1009 ], 1011 ],
1010 'dependencies': [ 1012 'dependencies': [
1011 'v8' 1013 'v8'
1012 ], 1014 ],
1013 }, 1015 },
1014 ], 1016 ],
1015 }], 1017 }],
1016 ], 1018 ],
1017 } 1019 }
OLDNEW
« src/spaces.cc ('K') | « src/sweeper-thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698