Re: Clearing stale references from the stack

2012-01-31 Thread Andy Wingo
Hello :-) On Tue 31 Jan 2012 19:02, l...@gnu.org (Ludovic Courtès) writes: > "Andy Wingo" skribis: > >> +;; Recurse through a C function that should clear any values that might >> +;; have spilled on the stack temporarily. (The salient feature of >> +;; with-continuation-barrier is that current

Clearing stale references from the stack

2012-01-31 Thread Ludovic Courtès
Hi! "Andy Wingo" skribis: > +;; Recurse through a C function that should clear any values that might > +;; have spilled on the stack temporarily. (The salient feature of > +;; with-continuation-barrier is that currently it is implemented as a C > +;; function that recursively calls the VM.) > +