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

Side by Side Diff: src/v8.gyp

Issue 2400343002: Revert of Pool implementation for zone segments (Closed)
Patch Set: 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 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 'wasm/wasm-opcodes.cc', 1272 'wasm/wasm-opcodes.cc',
1273 'wasm/wasm-opcodes.h', 1273 'wasm/wasm-opcodes.h',
1274 'wasm/wasm-result.cc', 1274 'wasm/wasm-result.cc',
1275 'wasm/wasm-result.h', 1275 'wasm/wasm-result.h',
1276 'zone/accounting-allocator.cc', 1276 'zone/accounting-allocator.cc',
1277 'zone/accounting-allocator.h', 1277 'zone/accounting-allocator.h',
1278 'zone/zone-segment.cc', 1278 'zone/zone-segment.cc',
1279 'zone/zone-segment.h', 1279 'zone/zone-segment.h',
1280 'zone/zone.cc', 1280 'zone/zone.cc',
1281 'zone/zone.h', 1281 'zone/zone.h',
1282 'zone/zone-segment.cc',
1283 'zone/zone-segment.h',
1284 'zone/zone-allocator.h', 1282 'zone/zone-allocator.h',
1285 'zone/zone-containers.h', 1283 'zone/zone-containers.h',
1286 ], 1284 ],
1287 'conditions': [ 1285 'conditions': [
1288 ['want_separate_host_toolset==1', { 1286 ['want_separate_host_toolset==1', {
1289 'toolsets': ['host', 'target'], 1287 'toolsets': ['host', 'target'],
1290 }, { 1288 }, {
1291 'toolsets': ['target'], 1289 'toolsets': ['target'],
1292 }], 1290 }],
1293 ['want_separate_host_toolset_mkpeephole==1', { 1291 ['want_separate_host_toolset_mkpeephole==1', {
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2443 'conditions': [ 2441 'conditions': [
2444 ['want_separate_host_toolset_mkpeephole==1', { 2442 ['want_separate_host_toolset_mkpeephole==1', {
2445 'toolsets': ['host'], 2443 'toolsets': ['host'],
2446 }, { 2444 }, {
2447 'toolsets': ['target'], 2445 'toolsets': ['target'],
2448 }], 2446 }],
2449 ], 2447 ],
2450 }, 2448 },
2451 ], 2449 ],
2452 } 2450 }
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