mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Increase max. fusion distance.
This commit is contained in:
parent
37a3ca330f
commit
5c8f1f2594
@ -1095,7 +1095,7 @@ IRFLDEF(FLOFS)
|
||||
};
|
||||
|
||||
/* 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. */
|
||||
static int noconflict(ASMState *as, IRRef ref, IROp conflict)
|
||||
|
Loading…
Reference in New Issue
Block a user