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

Side by Side Diff: src/v8.gyp

Issue 2348303002: Replaced different means of zone pooling/reusing by one zone segment pool (Closed)
Patch Set: Added most recent changes from master Created 4 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
« no previous file with comments | « src/compiler/zone-stats.cc ('k') | src/zone/zone.h » ('j') | 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'compiler/typer.cc', 734 'compiler/typer.cc',
735 'compiler/typer.h', 735 'compiler/typer.h',
736 'compiler/unwinding-info-writer.h', 736 'compiler/unwinding-info-writer.h',
737 'compiler/value-numbering-reducer.cc', 737 'compiler/value-numbering-reducer.cc',
738 'compiler/value-numbering-reducer.h', 738 'compiler/value-numbering-reducer.h',
739 'compiler/verifier.cc', 739 'compiler/verifier.cc',
740 'compiler/verifier.h', 740 'compiler/verifier.h',
741 'compiler/wasm-compiler.cc', 741 'compiler/wasm-compiler.cc',
742 'compiler/wasm-compiler.h', 742 'compiler/wasm-compiler.h',
743 'compiler/wasm-linkage.cc', 743 'compiler/wasm-linkage.cc',
744 'compiler/zone-pool.cc', 744 'compiler/zone-stats.cc',
745 'compiler/zone-pool.h', 745 'compiler/zone-stats.h',
746 'compiler-dispatcher/compiler-dispatcher-job.cc', 746 'compiler-dispatcher/compiler-dispatcher-job.cc',
747 'compiler-dispatcher/compiler-dispatcher-job.h', 747 'compiler-dispatcher/compiler-dispatcher-job.h',
748 'compiler-dispatcher/optimizing-compile-dispatcher.cc', 748 'compiler-dispatcher/optimizing-compile-dispatcher.cc',
749 'compiler-dispatcher/optimizing-compile-dispatcher.h', 749 'compiler-dispatcher/optimizing-compile-dispatcher.h',
750 'compiler.cc', 750 'compiler.cc',
751 'compiler.h', 751 'compiler.h',
752 'context-measure.cc', 752 'context-measure.cc',
753 'context-measure.h', 753 'context-measure.h',
754 'contexts-inl.h', 754 'contexts-inl.h',
755 'contexts.cc', 755 'contexts.cc',
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after
2443 'conditions': [ 2443 'conditions': [
2444 ['want_separate_host_toolset_mkpeephole==1', { 2444 ['want_separate_host_toolset_mkpeephole==1', {
2445 'toolsets': ['host'], 2445 'toolsets': ['host'],
2446 }, { 2446 }, {
2447 'toolsets': ['target'], 2447 'toolsets': ['target'],
2448 }], 2448 }],
2449 ], 2449 ],
2450 }, 2450 },
2451 ], 2451 ],
2452 } 2452 }
OLDNEW
« no previous file with comments | « src/compiler/zone-stats.cc ('k') | src/zone/zone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698