From 486d460224b5034d3ef3640c82e92a0820c15e16 Mon Sep 17 00:00:00 2001 From: Jason Wilson Date: Wed, 9 Jun 1993 21:12:09 +0000 Subject: [PATCH] Initial revision --- v7/src/compiler/machines/C/TODO | 13 +++++++++++++ v7/src/compiler/machines/C/recomp.scr | 4 ++++ v7/src/compiler/machines/C/swmake | 4 ++++ 3 files changed, 21 insertions(+) create mode 100644 v7/src/compiler/machines/C/TODO create mode 100755 v7/src/compiler/machines/C/recomp.scr create mode 100755 v7/src/compiler/machines/C/swmake 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 -- 2.25.1