On Wed 20 Jun 2012 16:31, David Kastrup <d...@gnu.org> writes: > Andy Wingo <wi...@pobox.com> writes: > >> interesting and permissible optimizations > > Name one.
FWIW, eta-conversion (for primitives). Copy propagation for the purposes of inlining (a la Waddell). Storing numbers in unboxed form, and only reifying a Scheme value when they need to leave a procedure. Andy -- http://wingolog.org/