Add new SVM instruction to support closures.
authorChris Hanson <org/chris-hanson/cph>
Thu, 18 Jun 2009 10:26:58 +0000 (03:26 -0700)
committerChris Hanson <org/chris-hanson/cph>
Thu, 18 Jun 2009 10:33:01 +0000 (03:33 -0700)
commit125c0e6e7516d138e6764b4d3b079e139067c104
tree3b512b433149b86b33a49ac57e0e3607f8f772e2
parent5e2ccf8929d6704a7ab4a0da90ae01041edc5616
Add new SVM instruction to support closures.
src/compiler/machines/svm/assembler-rules.scm
src/compiler/machines/svm/compile-assembler.scm [new file with mode: 0644]
src/compiler/machines/svm/machine.scm [new file with mode: 0644]
src/microcode/cmpintmd/svm1.c
src/microcode/cmpintmd/svm1.h
src/microcode/svm1-defns.h
src/microcode/svm1-interp.c