-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
There's a (declaim (optimize (debug 2))) form at the top of node.lisp. I think this is an attempt to ensure that tail calls are optimized so that we don't blow the stack. The problem is that this doesn't take effect when the compiler policy is restricted and may lead to globally setting the optimization forms (the spec says its undefined if this happens).
Thoughts on how to fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels