Skip to content

suspect SBCL declaim optimize form #4

@slyrus

Description

@slyrus

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions