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

ssa::opt::inlining::test::unconditional_recursion fails depending on platforms custom stack size. #6618

Open
TomAFrench opened this issue Nov 25, 2024 · 1 comment

Comments

@TomAFrench
Copy link
Member

In AztecProtocol/aztec-packages#10080 we started getting flakey failures of this test depending on the stack size the program is being run with.

At the very least we should make the inlining pass take in a customisable max recursion depth so that we can run the test with a smaller limit to ensure that the test passes on all platforms.

@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Nov 25, 2024
@aakoshh
Copy link
Contributor

aakoshh commented Nov 26, 2024

I came across this in #6487 and as a workaround I increased the stack size on CI
I thought it might be related to the PR somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants