Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
program-runtime: double program cache size (#3481)
The cache is currently getting thrashed and programs are getting reloaded pretty much at every single slot. Double the cache size, which makes reloading happen only due to random eviction sometimes picking a popular entry. The JIT code size with the new cache size is about 800MB. This change reduces jit time 15x. (cherry picked from commit fb4adda)
- Loading branch information