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

Side by Side Diff: src/v8.gyp

Issue 2335343007: Pool implementation for zone segments (Closed)
Patch Set: Fixed windows build 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/runtime/runtime-regexp.cc ('k') | src/zone/accounting-allocator.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 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 'wasm/wasm-opcodes.cc', 1265 'wasm/wasm-opcodes.cc',
1266 'wasm/wasm-opcodes.h', 1266 'wasm/wasm-opcodes.h',
1267 'wasm/wasm-result.cc', 1267 'wasm/wasm-result.cc',
1268 'wasm/wasm-result.h', 1268 'wasm/wasm-result.h',
1269 'zone/accounting-allocator.cc', 1269 'zone/accounting-allocator.cc',
1270 'zone/accounting-allocator.h', 1270 'zone/accounting-allocator.h',
1271 'zone/zone-segment.cc', 1271 'zone/zone-segment.cc',
1272 'zone/zone-segment.h', 1272 'zone/zone-segment.h',
1273 'zone/zone.cc', 1273 'zone/zone.cc',
1274 'zone/zone.h', 1274 'zone/zone.h',
1275 'zone/zone-segment.cc',
1276 'zone/zone-segment.h',
1275 'zone/zone-allocator.h', 1277 'zone/zone-allocator.h',
1276 'zone/zone-containers.h', 1278 'zone/zone-containers.h',
1277 ], 1279 ],
1278 'conditions': [ 1280 'conditions': [
1279 ['want_separate_host_toolset==1', { 1281 ['want_separate_host_toolset==1', {
1280 'toolsets': ['host', 'target'], 1282 'toolsets': ['host', 'target'],
1281 }, { 1283 }, {
1282 'toolsets': ['target'], 1284 'toolsets': ['target'],
1283 }], 1285 }],
1284 ['want_separate_host_toolset_mkpeephole==1', { 1286 ['want_separate_host_toolset_mkpeephole==1', {
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 'conditions': [ 2469 'conditions': [
2468 ['want_separate_host_toolset_mkpeephole==1', { 2470 ['want_separate_host_toolset_mkpeephole==1', {
2469 'toolsets': ['host'], 2471 'toolsets': ['host'],
2470 }, { 2472 }, {
2471 'toolsets': ['target'], 2473 'toolsets': ['target'],
2472 }], 2474 }],
2473 ], 2475 ],
2474 }, 2476 },
2475 ], 2477 ],
2476 } 2478 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-regexp.cc ('k') | src/zone/accounting-allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698