Reviewers: Jakob,

Description:
Tweak type info threshold.

[email protected]
BUG=

Please review this at https://chromiumcodereview.appspot.com/17390004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/flag-definitions.h


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index c50b0fba94bda79bee83990c4a48f57b0f4f401b..eb945593aa20f38c526b27612f668fc4957f1306 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -317,7 +317,7 @@ DEFINE_bool(weighted_back_edges, false,
            // 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