Ease friction for Stack size selection - #46
Merged
Conversation
remove some unused imports make coroutines, fn followed by args and stack space add logs for used coroutine stack space in debug mode to hint needed stack Add Stack type for stack size the extra stack space for coroutine is actually only needed by aarch64 so set that accordinly Use the new Stack primative in e2e and with the stack space log hints the stack spaces have reduced drastically 8MiB to max 25KiB Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
use std.mem fn for stackUsed fn reduce namespacing for std.mem instead of special casing aarch64 in Frame.init increase the stack sizes add windows stack size requirements, which is usually more the unix Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
add 2MiB to Frame.Stack fields use is_unix instead of is_windows Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
replace copyForwards with @memcpy Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
bernardassan
force-pushed
the
stack-size-selection
branch
from
July 8, 2026 16:56
4fee4b3 to
647188e
Compare
add missing steps in Stack sizes Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
bernardassan
force-pushed
the
stack-size-selection
branch
from
July 8, 2026 17:56
647188e to
441b623
Compare
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.