]> git.nickg.me.uk Git - nvc.git/commit
Read simple scalar record elements through reflection
authorNick Gasson <nick@nickg.me.uk>
Thu, 27 Jul 2023 20:21:19 +0000 (21:21 +0100)
committerNick Gasson <nick@nickg.me.uk>
Thu, 27 Jul 2023 20:21:19 +0000 (21:21 +0100)
commitae29d7453e92ff9b4f670118fde1cc4f29371061
tree39705cdcc2b0bf76daeab559912f19b5ee577dad
parent873e423b316e8e80e071ee9185b3146481031d67
Read simple scalar record elements through reflection
lib/std.19/reflection-body.vhd
src/jit/Makemodule.am
src/jit/jit-core.c
src/jit/jit-layout.c [new file with mode: 0644]
src/jit/jit-layout.h [new file with mode: 0644]
src/jit/jit.h
src/rt/reflect.c
test/jit/layout.vhd [new file with mode: 0644]
test/regress/reflect3.vhd
test/test_jit.c