summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)Author
2023-05-11err → fataldzaima
2023-05-11remove Md1H/MD2Rdzaima
2023-05-06increase JIT memory allocation sizedzaima
2023-05-05check for the proper failure value in mmap_nvmdzaima
2023-04-29m_hVec\d → m_hvec\ddzaima
2023-04-29more header file cleanupdzaima
2023-04-29BB2B & BBB2B → FC1 & FC2dzaima
2023-04-28more error messagesdzaima
2023-04-17ARMO needs source mappingdzaima
2023-04-13add binary mode flag to fopen callsdzaima
2023-03-27commented-out heap alignmentdzaima
2023-03-22separate FLDG for gid-based field lookupdzaima
2023-03-19inline → inplace in existing-scope-mutating function namesdzaima
2023-03-04bucket coalescing on GCdzaima
2023-02-24optional path arg for •internal.HeapDump; STORE_JIT_MAPdzaima
2023-02-18explicitly mark code sections where allocations aren't allowed to happendzaima
2023-02-03strict prototypesdzaima
2023-01-22preserve ⟨a⟩ & ⟨a,b⟩ fill behavior for JITdzaima
2023-01-21add more GS_UPDdzaima
2023-01-17lea tmp,[CS+123]; mov [tmp],rax → mov [CS+123],raxdzaima
2023-01-09more print function renamingdzaima
2022-12-03some more x86_64.h reorderingdzaima
2022-12-03more x86_64.h cleanupdzaima
2022-12-02remove ASMI/macro indirectiondzaima
2022-12-02clean up x86_64.hdzaima
2022-11-20reorder headers to allow OpenBSD hack to functiondzaima
2022-11-17array tail overwriting checkerdzaima
2022-11-17option to noinline mm_alloc & mm_freedzaima
2022-11-02introduce calls.h, move vec_addN and vec_join to core headerdzaima
2022-10-08various utility changesdzaima
2022-09-08mild optimization of v_set argument consumptiondzaima
2022-08-21actually use TY(x) / PTY(x) moredzaima
2022-08-20x->ia → IA(x) / PIA(x)dzaima
2022-08-18yet another string function renamedzaima
2022-08-10explicit pointer → u64 conversiondzaima
2022-07-22random cleanupdzaima
2022-07-10option to flush perf map after each writedzaima
2022-07-03apparently apple clang 11.0.3 infinite-loops on mmap_nvm toodzaima
2022-06-15clean up ascii/utf8 functionsdzaima
2022-06-14ARRO/ARRM→LSTO/LSTMdzaima
2022-06-14ARMO & ARMMdzaima
2022-06-03update stack pointer before allocationsdzaima
2022-06-03proper state restore after failed allocation in codegendzaima
2022-05-29profilerdzaima
2022-05-11noinline version of vec_adddzaima
2022-04-27micro-optimize execBodyInlinedzaima
2022-04-07rename confusing m_funBlock to evalFunBlockdzaima
2022-04-06fix mmX_dumpHeap signaturedzaima
2022-03-21remove i_ARR_2 from write_asmdzaima
2022-03-20singeli collectdzaima