You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.
The calculations involved in deciding when the stack has run out are very, very imprecise. User code should be allowed to take up exactly the amount the task is configured for. This will involve discounting the red zone and any unused space before the red zone, and also ensuring that the final stack segment is configured such that the stack limit is set to the appropriate address to enforce the stack budget.
The text was updated successfully, but these errors were encountered:
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.
The calculations involved in deciding when the stack has run out are very, very imprecise. User code should be allowed to take up exactly the amount the task is configured for. This will involve discounting the red zone and any unused space before the red zone, and also ensuring that the final stack segment is configured such that the stack limit is set to the appropriate address to enforce the stack budget.
The text was updated successfully, but these errors were encountered: