]> git.nickg.me.uk Git - nvc.git/commit
Add option to configure LLVM JIT threshold
authorNick Gasson <nick@nickg.me.uk>
Tue, 1 Nov 2022 11:47:34 +0000 (11:47 +0000)
committerNick Gasson <nick@nickg.me.uk>
Tue, 1 Nov 2022 16:40:43 +0000 (16:40 +0000)
commit06f4b7525e3888d7d7be4ec1d5fc2df00bc02924
tree07763a938b77f7459157053ec0e19ff49a1146b8
parent4b3e0cf01428d0d712415d1736ece3939c8bd006
Add option to configure LLVM JIT threshold
src/jit/Makemodule.am
src/jit/jit-interp.c
src/jit/jit-llvm.c
src/jit/jit-llvm.h [new file with mode: 0644]
src/nvc.c
src/opt.c
src/opt.h
src/prim.h
src/util.c
test/jitperf.c