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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/runtime/runtime-regexp.cc ('k') | src/zone/accounting-allocator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 2e2b3616ae77d9ee45f0d5d599503fa12a635ccd..c7e58704cef48ee009f75da2bf8e7fcf14d2a34a 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1272,6 +1272,8 @@
'zone/zone-segment.h',
'zone/zone.cc',
'zone/zone.h',
+ 'zone/zone-segment.cc',
+ 'zone/zone-segment.h',
'zone/zone-allocator.h',
'zone/zone-containers.h',
],
« 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