Skip to content

Compute variable shadow check with linear scan#325

Merged
divarvel merged 1 commit into
eclipse-biscuit:mainfrom
saoirse-a:shadow-check-linear-scan
Apr 22, 2026
Merged

Compute variable shadow check with linear scan#325
divarvel merged 1 commit into
eclipse-biscuit:mainfrom
saoirse-a:shadow-check-linear-scan

Conversation

@saoirse-a
Copy link
Copy Markdown
Contributor

Closure parameters will always be an extremely small N (usually one, sometimes two); constructing two HashSets and iterating the intersection is wasteful vs a linear scan over the closure parameters.

Closure parameters will always be an extremely small N (usually one,
sometimes two); constructing two HashSets and iterating the intersection
is wasteful vs a linear scan over the closure parameters.
@divarvel divarvel merged commit c6c2ea1 into eclipse-biscuit:main Apr 22, 2026
4 checks passed
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