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
Stack size is important (see the parse function in root) to not cause stack overflows. I picked an arbitrary value here, but there might be a more scientific way of picking one or even figuring out why the code needs a stack size increase.
recursion_limit might not be needed to be set at all. Should be tested against the test bench.
The text was updated successfully, but these errors were encountered:
Stack size is important (see the
parse
function in root) to not cause stack overflows. I picked an arbitrary value here, but there might be a more scientific way of picking one or even figuring out why the code needs a stack size increase.recursion_limit
might not be needed to be set at all. Should be tested against the test bench.The text was updated successfully, but these errors were encountered: