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

fix O(n^2) length calls in compact-ir lowering step #50756

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

JeffBezanson
Copy link
Member

This can be a problem for very long function bodies.

@JeffBezanson JeffBezanson added compiler:lowering Syntax lowering (compiler front end, 2nd stage) compiler:latency Compiler latency labels Aug 1, 2023
@vtjnash vtjnash merged commit 3c64bc3 into master Aug 2, 2023
3 checks passed
@vtjnash vtjnash deleted the jb/n2length branch August 2, 2023 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:latency Compiler latency compiler:lowering Syntax lowering (compiler front end, 2nd stage)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants