Initial revision
authorJason Wilson <edu/mit/csail/zurich/jawilson>
Wed, 9 Jun 1993 21:12:09 +0000 (21:12 +0000)
committerJason Wilson <edu/mit/csail/zurich/jawilson>
Wed, 9 Jun 1993 21:12:09 +0000 (21:12 +0000)
v7/src/compiler/machines/C/TODO [new file with mode: 0644]
v7/src/compiler/machines/C/recomp.scr [new file with mode: 0755]
v7/src/compiler/machines/C/swmake [new file with mode: 0755]

diff --git a/v7/src/compiler/machines/C/TODO b/v7/src/compiler/machines/C/TODO
new file mode 100644 (file)
index 0000000..eb528c8
--- /dev/null
@@ -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 (executable)
index 0000000..e459479
--- /dev/null
@@ -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 (executable)
index 0000000..fd8fd8e
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/csh -f
+
+make $*
+rm -f *.sync