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

Side by Side Diff: src/v8.gyp

Issue 2348303002: Replaced different means of zone pooling/reusing by one zone segment pool (Closed)
Patch Set: Merge branch 'zonesegpool' into onezonepool Created 4 years, 3 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
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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'compiler/typer.cc', 739 'compiler/typer.cc',
740 'compiler/typer.h', 740 'compiler/typer.h',
741 'compiler/unwinding-info-writer.h', 741 'compiler/unwinding-info-writer.h',
742 'compiler/value-numbering-reducer.cc', 742 'compiler/value-numbering-reducer.cc',
743 'compiler/value-numbering-reducer.h', 743 'compiler/value-numbering-reducer.h',
744 'compiler/verifier.cc', 744 'compiler/verifier.cc',
745 'compiler/verifier.h', 745 'compiler/verifier.h',
746 'compiler/wasm-compiler.cc', 746 'compiler/wasm-compiler.cc',
747 'compiler/wasm-compiler.h', 747 'compiler/wasm-compiler.h',
748 'compiler/wasm-linkage.cc', 748 'compiler/wasm-linkage.cc',
749 'compiler/zone-pool.cc', 749 'compiler/zonestats.cc',
750 'compiler/zone-pool.h', 750 'compiler/zonestats.h',
751 'compiler-dispatcher/compiler-dispatcher-job.cc', 751 'compiler-dispatcher/compiler-dispatcher-job.cc',
752 'compiler-dispatcher/compiler-dispatcher-job.h', 752 'compiler-dispatcher/compiler-dispatcher-job.h',
753 'compiler-dispatcher/optimizing-compile-dispatcher.cc', 753 'compiler-dispatcher/optimizing-compile-dispatcher.cc',
754 'compiler-dispatcher/optimizing-compile-dispatcher.h', 754 'compiler-dispatcher/optimizing-compile-dispatcher.h',
755 'compiler.cc', 755 'compiler.cc',
756 'compiler.h', 756 'compiler.h',
757 'context-measure.cc', 757 'context-measure.cc',
758 'context-measure.h', 758 'context-measure.h',
759 'contexts-inl.h', 759 'contexts-inl.h',
760 'contexts.cc', 760 'contexts.cc',
(...skipping 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after
2447 'conditions': [ 2447 'conditions': [
2448 ['want_separate_host_toolset_mkpeephole==1', { 2448 ['want_separate_host_toolset_mkpeephole==1', {
2449 'toolsets': ['host'], 2449 'toolsets': ['host'],
2450 }, { 2450 }, {
2451 'toolsets': ['target'], 2451 'toolsets': ['target'],
2452 }], 2452 }],
2453 ], 2453 ],
2454 }, 2454 },
2455 ], 2455 ],
2456 } 2456 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698