increase JIT memory allocation size

virtual memory should make it not matter for memory usage, or maybe even very slightly improve it due to less page table fragmentation
This commit is contained in:
dzaima 2023-05-06 01:10:19 +03:00
parent 45cc672af1
commit f640767e97

View File

@ -25,7 +25,7 @@ u64 mmX_ctrs[64];
#define BN(X) mmX_##X
#include "../opt/mm_buddyTemplate.h"
#define MMI(X) X
#define ALSZ 17
#define ALSZ 20
static u64 nvm_mmap_seed = 0;
#ifdef __clang__