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

Unified Diff: src/globals.h

Issue 1146913002: Change hash table capacity defaults. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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/api-natives.h ('k') | src/heap/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 761983178d4b0f4d2f316744eed9d4ff818474e4..152917086ecbfc5f436bf3c85c05ce2b82d09bb7 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -447,7 +447,7 @@ enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned };
enum PretenureFlag { NOT_TENURED, TENURED };
enum MinimumCapacity {
- USE_DEFAULT_MINIMUM_CAPACITY,
+ USE_COMPUTED_MINIMUM_CAPACITY,
USE_CUSTOM_MINIMUM_CAPACITY
};
« no previous file with comments | « src/api-natives.h ('k') | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698