mirror of
https://github.com/golang/go.git
synced 2025-05-28 02:41:30 +00:00
* in 6l, -K already meant check for stack underflow. add -KK to mean double-check stack overflows even in nosplit functions. * comment out print locks; they deadlock too easily but are still useful to put back for special occasions. * let runcgo assembly switch to scheduler stack without involving scheduler directly. because runcgo gets called from matchmg, it is too hard to keep it from being called on other stacks. R=r DELTA=94 (65 added, 18 deleted, 11 changed) OCL=35591 CL=35604
Description
Languages
Go
94.3%
Assembly
5.3%
C
0.2%
Shell
0.1%