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

Disable tree traversal optimization that is wrong due to lazy nodes. #3847

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

JoJoDeveloping
Copy link
Contributor

@JoJoDeveloping JoJoDeveloping commented Aug 26, 2024

See #3846 for more information.

For now, the optimization is disabled in a very "hotfix" way, while we think about potential fixes. Nonetheless, this fixes #3846

@RalfJung
Copy link
Member

RalfJung commented Aug 27, 2024 via email

@RalfJung
Copy link
Member

Great, thanks. :)

@bors r+

@bors
Copy link
Contributor

bors commented Aug 27, 2024

📌 Commit 183c128 has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 27, 2024

⌛ Testing commit 183c128 with merge 6d114cb...

@bors
Copy link
Contributor

bors commented Aug 27, 2024

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing 6d114cb to master...

@bors bors merged commit 6d114cb into rust-lang:master Aug 27, 2024
8 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.

TB: Missed UB in the "optimization" that allows skipping subtrees
3 participants