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

[Benchmarks] Increase havlak's stack size #18274

Merged
merged 1 commit into from
Nov 30, 2022

Conversation

aheejin
Copy link
Member

@aheejin aheejin commented Nov 30, 2022

After #18191 this started to fail. This program does DFS, so it uses deep recursive calls.

lastid = DFS(target, nodes, number, last, lastid + 1);

@aheejin aheejin changed the title [benchmark] Increase havlak's stack size [Benchmarks] Increase havlak's stack size Nov 30, 2022
@sbc100 sbc100 merged commit 02f26d4 into emscripten-core:main Nov 30, 2022
@aheejin aheejin deleted the havlak_stack branch November 30, 2022 02:52
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.

3 participants