]> git.nickg.me.uk Git - nvc.git/commit
Unify error handling between interpreter and native code
authorNick Gasson <nick@nickg.me.uk>
Wed, 14 Sep 2022 20:13:10 +0000 (21:13 +0100)
committerNick Gasson <nick@nickg.me.uk>
Wed, 14 Sep 2022 21:09:29 +0000 (22:09 +0100)
commit0ce0c55e29f21505b9ec44dcbe3714e67adbc649
tree2edd1cd03d574a9b8d90b7731098007f909d4071
parent7315f1e9fc3350da50bd658cd2a0aaeb6cba352e
Unify error handling between interpreter and native code
14 files changed:
src/diag.c
src/diag.h
src/elab.c
src/jit/jit-core.c
src/jit/jit-dump.c
src/jit/jit-exits.c
src/jit/jit-interp.c
src/jit/jit-irgen.c
src/jit/jit-priv.h
src/jit/jit.h
src/rt/model.c
src/util.c
test/regress/testlist.txt
test/regress/vests46.vhd [new file with mode: 0644]