Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lj_jit.h: Increase default maxtrace from 1000 to 10000
Larger applications in the wild seem to require larger working sets and so the value 1000 seems too conservative. Explicit jit.flush() can always be used by an application to request new code.
- Loading branch information