src/frontend.lisp: Prepare the builtin module at load time.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 12 Sep 2015 21:59:40 +0000 (22:59 +0100)
commit65d7091b894b40e4249f0bdede2526ec8fa6e513
tree3080edd026f3a4435afbd3a2dfb53a1ee4dffd6d
parenta9cffac12f45d917ae632f4037991d7ba66091fb
src/frontend.lisp: Prepare the builtin module at load time.

This is better because load time happens before the image is dumped.

Also, remove some pointless `clear-the-decks' calls.
src/frontend.lisp