2b5b555bac
recorded. All is needed is for a var $x$ to know some of its var conflicts as long as the other conflicts know about $x$. I'll be working on this now. I'm hoping for a 50% speedup in the assign-frame-sizes pass. |
||
---|---|---|
benchmarks | ||
bin | ||
lab | ||
lib | ||
src | ||
.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.