On Tue, Jul 14, 2009 at 3:25 PM, Tobias C. Rittweilertcr@freebits.de wrote:
I just added http://trac.common-lisp.net/armedbear/ticket/60 Essentially the code needs some refactoring. It's not obvious that LispThread.execute is "execute with stack frame". It's also not really obvious when to use it. In fact, why is it there? Isn't it the same as Lisp.funcall()?
Probably not. Where does Lisp.funcall() get its thread from?