Optimize FASL size.
commita153a2506e3c12bc12cf622aca711678ae760371
authorStas Boukarev <stassats@gmail.com>
Sun, 5 Jul 2015 17:00:38 +0000 (5 20:00 +0300)
committerStas Boukarev <stassats@gmail.com>
Sun, 5 Jul 2015 17:00:38 +0000 (5 20:00 +0300)
treea4554b7ae28a9e22c3401bab7f12fd409f90ce80
parent91750a7d084b33cf35b7a77663da0c6db7642e84
Optimize FASL size.

Replace the frequently used dump-pop/dump-push combination to get an
argument from the stack to the table with a special dump-to-table
which moves the object from the stack to the table without affecting
the stack.
src/code/fop.lisp
src/compiler/dump.lisp