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
Change in the runtime and changes in the compiler (SSA, and porting) have caused the stack guard to creep up, and it needs to go back down. It's temporarily extra-high because of the PPC port; this is filed to make a note of the problem.
The 3 files that must be changed in sync to modify the StackGuard size are:
FYI, some history:
long time ago -- 160
9510034 -- increased to 256 b6951bc -- increased to 512 db40624 -- increased to 640 c1b6e39 -- increased to 720
This is for 1.8.
Change in the runtime and changes in the compiler (SSA, and porting) have caused the stack guard to creep up, and it needs to go back down. It's temporarily extra-high because of the PPC port; this is filed to make a note of the problem.
The 3 files that must be changed in sync to modify the StackGuard size are:
src/cmd/internal/obj/stack.go
src/runtime/stack.go
test/nosplit.go
The text was updated successfully, but these errors were encountered: