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

Unified Diff: src/v8.gyp

Issue 2335343007: Pool implementation for zone segments (Closed)
Patch Set: Remove garbage stack 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 side-by-side diff with in-line comments
Download patch
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index a3382f866ac079c63f987697cfc7c330a68294b7..d0a09099617a611fbfe6a7a2ff393a90451d065b 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1271,6 +1271,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/isolate.cc ('k') | src/zone/accounting-allocator.h » ('j') | src/zone/accounting-allocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698