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

Side by Side Diff: src/v8.gyp

Issue 2335343007: Pool implementation for zone segments (Closed)
Patch Set: Removing one layers of pointers 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 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 'wasm/wasm-interpreter.h', 1264 'wasm/wasm-interpreter.h',
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.h', 1271 'zone/zone-segment.h',
1272 'zone/zone.cc', 1272 'zone/zone.cc',
1273 'zone/zone.h', 1273 'zone/zone.h',
1274 'zone/zone-segment.cc',
1275 'zone/zone-segment.h',
1274 'zone/zone-allocator.h', 1276 'zone/zone-allocator.h',
1275 'zone/zone-containers.h', 1277 'zone/zone-containers.h',
1276 ], 1278 ],
1277 'conditions': [ 1279 'conditions': [
1278 ['want_separate_host_toolset==1', { 1280 ['want_separate_host_toolset==1', {
1279 'toolsets': ['host', 'target'], 1281 'toolsets': ['host', 'target'],
1280 }, { 1282 }, {
1281 'toolsets': ['target'], 1283 'toolsets': ['target'],
1282 }], 1284 }],
1283 ['want_separate_host_toolset_mkpeephole==1', { 1285 ['want_separate_host_toolset_mkpeephole==1', {
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
2447 'conditions': [ 2449 'conditions': [
2448 ['want_separate_host_toolset_mkpeephole==1', { 2450 ['want_separate_host_toolset_mkpeephole==1', {
2449 'toolsets': ['host'], 2451 'toolsets': ['host'],
2450 }, { 2452 }, {
2451 'toolsets': ['target'], 2453 'toolsets': ['target'],
2452 }], 2454 }],
2453 ], 2455 ],
2454 }, 2456 },
2455 ], 2457 ],
2456 } 2458 }
OLDNEW
« no previous file with comments | « src/isolate.cc ('k') | src/zone/accounting-allocator.h » ('j') | src/zone/accounting-allocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698