Reviewers: Michael Achenbach,

Description:
Revert part of "Remove serializer-specific hash table size heuristic."

[email protected]

Please review this at https://codereview.chromium.org/1272123002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -2 lines):
  M src/bootstrapper.cc


Index: src/bootstrapper.cc
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index 37beeff7dd361fe53539ff55b07bcae82976100b..c46cc2e525455951a6f7f0613e0e3153eb113b33 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -2408,8 +2408,7 @@ bool Genesis::InstallNatives(ContextType context_type) {
   InstallNativeFunctions();

   auto function_cache =
- ObjectHashTable::New(isolate(), ApiNatives::kInitialFunctionCacheSize,
-                           USE_CUSTOM_MINIMUM_CAPACITY);
+ ObjectHashTable::New(isolate(), ApiNatives::kInitialFunctionCacheSize);
   native_context()->set_function_cache(*function_cache);

// Store the map for the string prototype after the natives has been compiled


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to