Currently the following documents exist:

chicken-compilation-process
describes the general strategy used to compile Scheme to C
chicken-internal-structure
walks through the compiler sources in more detail
compiler-special-forms
lists internal special forms available in the compiler
compiler-database
details about the internal database kept by the compiler
compiler-nodes
a description of the internal node tree representing a compiler program
scrutinizer
details about the typechecker

External material