]> Nick Gasson's Git Repositories - nvc.git/commit
Optimised copy and comparison functions in runtime
authorNick Gasson <nick@nickg.me.uk>
Fri, 27 Dec 2024 21:54:03 +0000 (21:54 +0000)
committerNick Gasson <nick@nickg.me.uk>
Sat, 28 Dec 2024 14:04:23 +0000 (14:04 +0000)
commit366f2dc6a76f0d4dac3fdff9cc0ac52a59adf680
treed6eaead17b12d9facd8b4e45f3ae11713336be5d
parentaa8aa9f2030839bb0b5961e5f63d11b37ac4cb6f
Optimised copy and comparison functions in runtime
src/jit/jit-intrin.c
src/object.c
src/rt/Makemodule.am
src/rt/copy.c [new file with mode: 0644]
src/rt/copy.h [new file with mode: 0644]
src/rt/model.c
src/rt/mspace.c
src/util.c
src/util.h
test/copyperf.c [new file with mode: 0644]
test/test_misc.c