From: Guillermo J. Rozas Date: Sun, 21 Nov 1993 21:43:40 +0000 (+0000) Subject: Update. X-Git-Tag: 20090517-FFI~7455 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cc4cb5529d876431933da97bc29ca1af098dda8a;p=mit-scheme.git Update. --- 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