Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dynamic-extent's for continuations? #29

Open
kchanqvq opened this issue Feb 10, 2023 · 0 comments
Open

Add dynamic-extent's for continuations? #29

kchanqvq opened this issue Feb 10, 2023 · 0 comments

Comments

@kchanqvq
Copy link

Currently screamer still CONSes a lot for continuation closures. On some implementations (e.g. SBCL), dynamic-extent declarations will prevent this. I wish I were more familiar with the internals of screamer -- my question is, is it the case that continuations in screamer never escape? i.e., I see screamer forms macroexpand to things like

(LET ((#:CONTINUATION-614
        #'(LAMBDA (&REST #:DUMMY-607)
            ...)))
  ...)

Is it always true that such #:CONTINUATION-614 is never used outside the dynamic extent of the LET form? If so, I will work on adding appropriate dynamic-extent declarations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant