Fix control stack scavenging for dynamic-extent allocation.
authorAlastair Bridgewater <nyef@arisu.lisphacker.com>
Fri, 2 Dec 2011 17:39:00 +0000 (12:39 -0500)
committerAlastair Bridgewater <nyef@arisu.lisphacker.com>
Thu, 15 Dec 2011 14:46:48 +0000 (09:46 -0500)
  * Non-CONS objects on the control stack can cause... problems
in scavenge().  Rewrite scavenge_control_stack() to contain the
appropriate (simpler) scavenge code directly.


No differences found