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:
Andreas Gal 2008-08-27 14:46:57 -07:00
parent 4de45a4139
commit 3fb237f38c

View File

@ -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