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

precompile: fix performance issues with IO #56370

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Oct 28, 2024

The string API here rapidly becomes unusably slow if dumping much debug output during precompile. Fix the design here to use an intermediate IO instead to prevent that.

The string API here rapidly becomes unusably slow if dumping much debug
output during precompile. Fix the design here to use an intermediate IO
instead to prevent that.
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Oct 29, 2024
@vtjnash vtjnash merged commit e4dc9d3 into master Oct 29, 2024
6 of 8 checks passed
@vtjnash vtjnash deleted the jn/precompile-io-slow branch October 29, 2024 17:18
@IanButterworth IanButterworth added the backport 1.11 Change should be backported to release-1.11 label Oct 29, 2024
@giordano giordano added compiler:precompilation Precompilation of modules and removed merge me PR is reviewed. Merge when all tests are passing labels Oct 31, 2024
KristofferC pushed a commit that referenced this pull request Nov 11, 2024
The string API here rapidly becomes unusably slow if dumping much debug
output during precompile. Fix the design here to use an intermediate IO
instead to prevent that.

(cherry picked from commit e4dc9d3)
@KristofferC KristofferC mentioned this pull request Nov 22, 2024
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.11 Change should be backported to release-1.11 compiler:precompilation Precompilation of modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants