Increase HOTEXIT to 1 (from 0).

This commit is contained in:
Andreas Gal 2008-08-20 23:35:00 -07:00
parent 1261e82b42
commit ddf445130e

View File

@ -71,7 +71,7 @@
#define HOTLOOP 2
/* Number of times we wait to exit on a side exit before we try to extend the tree. */
#define HOTEXIT 0
#define HOTEXIT 1
/* Max call depths for inlining. */
#define MAX_CALLDEPTH 5