Increase max. fusion distance.

This commit is contained in:
Mike Pall 2010-03-19 00:28:04 +01:00
parent 37a3ca330f
commit 5c8f1f2594

View File

@ -1095,7 +1095,7 @@ IRFLDEF(FLOFS)
}; };
/* Limit linear search to this distance. Avoids O(n^2) behavior. */ /* Limit linear search to this distance. Avoids O(n^2) behavior. */
#define CONFLICT_SEARCH_LIM 15 #define CONFLICT_SEARCH_LIM 31
/* Check if there's no conflicting instruction between curins and ref. */ /* Check if there's no conflicting instruction between curins and ref. */
static int noconflict(ASMState *as, IRRef ref, IROp conflict) static int noconflict(ASMState *as, IRRef ref, IROp conflict)