Descriptionruntime: fix windows/386 build
The difference between the old and the new (from earlier) code
is that we set stackguard = stack.lo + StackGuard, while the old
code set stackguard = stack.lo. That 512 bytes appears to be
the difference between the profileloop function running and not running.
We don't know how big the system stack is, but it is likely MUCH bigger than 4k.
Give Go/C 8k.
Patch Set 1 #Patch Set 2 : diff -r 1ad196212ec464e41a35c4bd5553bf302e8e887b https://code.google.com/p/go/ #Patch Set 3 : diff -r 1ad196212ec464e41a35c4bd5553bf302e8e887b https://code.google.com/p/go/ #
MessagesTotal messages: 4
|