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

flisp: remove support for and need for reentrancy #43031

Merged
merged 2 commits into from
Nov 11, 2021
Merged

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Nov 10, 2021

This was the only remaining case where we needed to be able to support calling back into flisp, creating a risk that we'd allocate as many flisp contexts as there are Tasks on the system. After this change, we should only need to allocate, at most, nthreads copies of flisp.

src/jlfrontend.scm Outdated Show resolved Hide resolved

; Log a syntax deprecation, attributing it to current-filename and the line
; number of the stream `s`
(define (parser-depwarn s what instead)
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure we won't want this again at some point?

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No more deprecations!

@vtjnash vtjnash merged commit 4846ed7 into master Nov 11, 2021
@vtjnash vtjnash deleted the jn/ast-locks branch November 11, 2021 23:08
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

Successfully merging this pull request may close these issues.

2 participants