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
To avoid memory corruption when our stack overflows into the GC arena -- or anywhere, for that matter -- we can move the stack to the start of the address space. Then when something overflows the stack, we will see a crash immediately, and will have a much easier time tracing what code caused it.
The text was updated successfully, but these errors were encountered:
To avoid memory corruption when our stack overflows into the GC arena -- or anywhere, for that matter -- we can move the stack to the start of the address space. Then when something overflows the stack, we will see a crash immediately, and will have a much easier time tracing what code caused it.
The text was updated successfully, but these errors were encountered: