Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum 819a3ca1c1 * bug in collector causing dirty bits for code objects with younger reloc
vectors to be unset incorrectly.  The bug was in using || instead
  of | when computing the dirty pattern.
2007-02-22 21:58:38 -05:00
benchmarks * bug in collector causing dirty bits for code objects with younger reloc 2007-02-22 21:58:38 -05:00
bin * bug in collector causing dirty bits for code objects with younger reloc 2007-02-22 21:58:38 -05:00
lab
lib
src * bug in collector causing dirty bits for code objects with younger reloc 2007-02-22 21:58:38 -05:00
.bzrignore
BUGS
README
TODO

README

Ikarus Scheme Source Directory

Simplified Contents:
  bin: Contains the C files making the ikarus executable.  The C
    files implement the GC, initial FASL loader, transport
    guardians, weak pairs, the symbol table, etc.
  lib: Contains the Scheme source files for the compiler and the
    rest of the development environment.
  lab: Contains sources that are in progress and were not integrated 
    into the main code.