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

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

Issue 615933003: Remove sweeper threads (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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/isolate.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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 '../../src/heap/mark-compact.h', 581 '../../src/heap/mark-compact.h',
582 '../../src/heap/objects-visiting-inl.h', 582 '../../src/heap/objects-visiting-inl.h',
583 '../../src/heap/objects-visiting.cc', 583 '../../src/heap/objects-visiting.cc',
584 '../../src/heap/objects-visiting.h', 584 '../../src/heap/objects-visiting.h',
585 '../../src/heap/spaces-inl.h', 585 '../../src/heap/spaces-inl.h',
586 '../../src/heap/spaces.cc', 586 '../../src/heap/spaces.cc',
587 '../../src/heap/spaces.h', 587 '../../src/heap/spaces.h',
588 '../../src/heap/store-buffer-inl.h', 588 '../../src/heap/store-buffer-inl.h',
589 '../../src/heap/store-buffer.cc', 589 '../../src/heap/store-buffer.cc',
590 '../../src/heap/store-buffer.h', 590 '../../src/heap/store-buffer.h',
591 '../../src/heap/sweeper-thread.h',
592 '../../src/heap/sweeper-thread.cc',
593 '../../src/hydrogen-alias-analysis.h', 591 '../../src/hydrogen-alias-analysis.h',
594 '../../src/hydrogen-bce.cc', 592 '../../src/hydrogen-bce.cc',
595 '../../src/hydrogen-bce.h', 593 '../../src/hydrogen-bce.h',
596 '../../src/hydrogen-bch.cc', 594 '../../src/hydrogen-bch.cc',
597 '../../src/hydrogen-bch.h', 595 '../../src/hydrogen-bch.h',
598 '../../src/hydrogen-canonicalize.cc', 596 '../../src/hydrogen-canonicalize.cc',
599 '../../src/hydrogen-canonicalize.h', 597 '../../src/hydrogen-canonicalize.h',
600 '../../src/hydrogen-check-elimination.cc', 598 '../../src/hydrogen-check-elimination.cc',
601 '../../src/hydrogen-check-elimination.h', 599 '../../src/hydrogen-check-elimination.h',
602 '../../src/hydrogen-dce.cc', 600 '../../src/hydrogen-dce.cc',
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 }], 1686 }],
1689 ['v8_compress_startup_data=="bz2"', { 1687 ['v8_compress_startup_data=="bz2"', {
1690 'libraries': [ 1688 'libraries': [
1691 '-lbz2', 1689 '-lbz2',
1692 ] 1690 ]
1693 }], 1691 }],
1694 ], 1692 ],
1695 }, 1693 },
1696 ], 1694 ],
1697 } 1695 }
OLDNEW
« no previous file with comments | « src/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698