From cc4cb5529d876431933da97bc29ca1af098dda8a Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sun, 21 Nov 1993 21:43:40 +0000 Subject: [PATCH] Update. --- v7/src/compiler/machines/C/TODO | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/v7/src/compiler/machines/C/TODO b/v7/src/compiler/machines/C/TODO index 873cdb568..ada9ce33f 100644 --- a/v7/src/compiler/machines/C/TODO +++ b/v7/src/compiler/machines/C/TODO @@ -1,17 +1,10 @@ -*- 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. +* Short documentation (how to compile files and add them to the microcode). -* Edwin autoloads and load options. +* Implement compile-procedure and compile-scode. -* Short documentation (how to compile files and add them to the microcode). +* Make fasdump work on compiled code by doing something similar to what + happens with primitives. Right now it is difficult because there is + nothing to map back entry numbers to block numbers. -RANDOM INFO: - USE: setenv CMDOPT -DBAND_ALREADY_BUILT - to build a microcode without the data building stuff \ No newline at end of file -- 2.25.1