Revision: 15196
Author:   [email protected]
Date:     Tue Jun 18 07:36:17 2013
Log:      Tweak type info threshold.

[email protected]
BUG=

Review URL: https://chromiumcodereview.appspot.com/17390004
http://code.google.com/p/v8/source/detail?r=15196

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Tue Jun 18 06:06:22 2013
+++ /branches/bleeding_edge/src/flag-definitions.h      Tue Jun 18 07:36:17 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, 30,
+DEFINE_int(type_info_threshold, 25,
"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.


Reply via email to