home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mitsch75.zip / scheme-7_5_17-src.zip / scheme-7.5.17 / src / compiler / machines / C / TODO < prev   
Text File  |  1993-11-21  |  439b  |  13 lines

  1. -*- Indented-Text -*-
  2.  
  3. * Short documentation (how to compile files and add them to the microcode).
  4.  
  5. * Implement compile-procedure and compile-scode.
  6.  
  7. * Make fasdump work on compiled code by doing something similar to what
  8.   happens with primitives.  Right now it is difficult because there is
  9.   nothing to map back entry numbers to block numbers.
  10.  
  11. * Add ability to unload unneeded shared libraries (e.g. after
  12.   disk-restore).
  13.