preparations for the typechecker
authoredwin <none@none>
Thu, 4 Dec 2003 22:29:54 +0000 (22:29 +0000)
committeredwin <none@none>
Thu, 4 Dec 2003 22:29:54 +0000 (22:29 +0000)
commit32c598d3a8925dcb8cea3419b149c59cbb8cbc63
tree50dadf2828af098527dec9e74d598f14c73fafcb
parent99f6259f15ea807486b889f1e5757f2544cc6a88
preparations for the typechecker
17 files changed:
Makefile.am
global.h
loader.c
main.c
src/cacao/cacao.c
src/vm/global.h
src/vm/jit/verify/typeinfo.c [new file with mode: 0644]
src/vm/jit/verify/typeinfo.h [new file with mode: 0644]
src/vm/jit/verify/typeinfo.tst [new file with mode: 0644]
src/vm/loader.c
src/vm/tables.c
src/vm/tables.h
tables.c
tables.h
typeinfo.c [new file with mode: 0644]
typeinfo.h [new file with mode: 0644]
typeinfo.tst [new file with mode: 0644]