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 incorrect prev_bid computation when outlining. #1465

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

vext01
Copy link
Contributor

@vext01 vext01 commented Nov 15, 2024

The commit 43b346b (found by automated bisect) introduced incorrect logic WRT prev_bid which caused BigLoop to fail if run for more than a few outer iterations.

This fixes that.

Lukas thinks that this section of code could use refactoring, but that's one for later.

The commit 43b346 (found by automated bisect) introduced incorrect logic
WRT prev_bid which caused BigLoop to fail if run for more than a few
outer iterations.

This fixes that.

Lukas thinks that this section of code could use refactoring, but that's
one for later.

Co-authored-by: Lukas Diekmann <lukas.diekmann@gmail.com>
@ltratt ltratt added this pull request to the merge queue Nov 15, 2024
Merged via the queue into ykjit:master with commit b85dc88 Nov 15, 2024
2 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