Revision: 15157
Author: [email protected]
Date: Fri Jun 14 07:15:05 2013
Log: Increase default type info threshold.
[email protected]
BUG=v8:2730
Review URL: https://chromiumcodereview.appspot.com/17074002
http://code.google.com/p/v8/source/detail?r=15157
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed Jun 12 04:48:55 2013
+++ /branches/bleeding_edge/src/flag-definitions.h Fri Jun 14 07:15:05 2013
@@ -317,7 +317,7 @@
// 0x1700 fits in the immediate field of an ARM instruction.
DEFINE_int(interrupt_budget, 0x1700,
"execution budget before interrupt is triggered")
-DEFINE_int(type_info_threshold, 15,
+DEFINE_int(type_info_threshold, 30,
"percentage of ICs that must have type info to allow
optimization")
DEFINE_int(self_opt_count, 130, "call count before self-optimization")
--
--
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/groups/opt_out.