(The Markdown version of this document doesn't contain links, but it is also available in pdf format (with links; for the broken ones try the Wayback Machine), and a single bib file containing bibtex entries for all of the publications listed here is available as well.)
[1] Andrew W. Keep and R. Kent Dybvig. Automatic cross-library optimization. In Scheme 2013: Workshop on Scheme and Functional Programming, 2013. Describes how Chez Scheme's expander and source optimizer collaborate to perform constant propagation and procedure inlining across library boundaries
[2] Andrew W. Keep and R. Kent Dybvig. A nanopass framework for commercial compiler development. In Proceedings of the 18th ACM SIGPLAN International Conference on Functional Programming, 343-350, 2013. A description of the N