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

feat: optimization field (simpleCounterForLoopUncheckedIncrement) #100

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Conversation

kamuik16
Copy link
Contributor

Closes #99

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, ty

@@ -491,6 +491,7 @@ impl Settings {
// with only unused prunner step
optimizer_steps: Some("u".to_string()),
}),
simple_counter_for_loop_unchecked_increment: Some(true),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this makes sense, default is true, and we can set it

@mattsse mattsse merged commit 6a2e629 into foundry-rs:main Apr 13, 2024
13 of 14 checks passed
@kamuik16 kamuik16 deleted the 99 branch April 13, 2024 04:42
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.

Missing Optimization Field (simpleCounterForLoopUncheckedIncrement) in Foundry Configuration
2 participants