mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Loops with a single iteration start tracing, but never complete since we immediately walk past the loop edge after the first iteration. At least try to complete the loop around it by walking past such thin inner loops when compiling the outer loop (452362).
This commit is contained in:
parent
4de45a4139
commit
3fb237f38c
@ -80,7 +80,7 @@
|
||||
#define MAX_MISMATCH 5
|
||||
|
||||
/* Max number of loop edges to follow. */
|
||||
#define MAX_OUTERLINE 0
|
||||
#define MAX_OUTERLINE 1
|
||||
|
||||
/* Max native stack size. */
|
||||
#define MAX_NATIVE_STACK_SLOTS 1024
|
||||
|
Loading…
Reference in New Issue
Block a user