From: Jason Wilson Date: Wed, 9 Jun 1993 21:12:09 +0000 (+0000) Subject: Initial revision X-Git-Tag: 20090517-FFI~8346 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=486d460224b5034d3ef3640c82e92a0820c15e16;p=mit-scheme.git Initial revision --- diff --git a/v7/src/compiler/machines/C/TODO b/v7/src/compiler/machines/C/TODO new file mode 100644 index 000000000..eb528c8f2 --- /dev/null +++ b/v7/src/compiler/machines/C/TODO @@ -0,0 +1,13 @@ +-*- Indented-Text -*- + +* No consistency at band-restore time. + The saved band may not correspond at all to the compiled-code blocks + in the microcode. + +* package loader, etc. have to understand initialize-c-compiled-block. + runtime/make.scm was hacked specially. Other systems will not work + until this is done. + +* Dynamic C loader! + +* Dynamic generation of ymake.cclist file. diff --git a/v7/src/compiler/machines/C/recomp.scr b/v7/src/compiler/machines/C/recomp.scr new file mode 100755 index 000000000..e459479db --- /dev/null +++ b/v7/src/compiler/machines/C/recomp.scr @@ -0,0 +1,4 @@ +#!/bin/csh -f + +cd $jw/microcode +make -k -f xmakefile scheme diff --git a/v7/src/compiler/machines/C/swmake b/v7/src/compiler/machines/C/swmake new file mode 100755 index 000000000..fd8fd8e07 --- /dev/null +++ b/v7/src/compiler/machines/C/swmake @@ -0,0 +1,4 @@ +#!/bin/csh -f + +make $* +rm -f *.sync