]> Nick Gasson's Git Repositories - nvc.git/commit
Separate local allocation buffers from main heap
authorNick Gasson <nick@nickg.me.uk>
Sat, 29 Jun 2024 20:43:36 +0000 (21:43 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sat, 29 Jun 2024 20:55:50 +0000 (21:55 +0100)
commitb669535b84945c9b1b947d4ff2f0054dbad0a05b
tree95f415ad16a4572642aeed01f30c3b9651e5c9d2
parent44cb654e76987749b3c3d5001bdfc3e116cc6607
Separate local allocation buffers from main heap
src/jit/jit-intrin.c
src/jit/jit-llvm.c
src/jit/jit-x86.c
src/rt/model.c
src/rt/mspace.c
src/rt/mspace.h
src/rt/rt.h
src/rt/structs.h
test/jitperf.c
test/test_jit.c
test/test_mspace.c