mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Increase HOTEXIT to 1 (from 0).
This commit is contained in:
parent
1261e82b42
commit
ddf445130e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user