• Russ Cox's avatar
    runtime: fix windows/386 build · ee6c6d96
    Russ Cox authored
    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.
    
    TBR=iant
    CC=golang-codereviews
    https://golang.org/cl/140440044
    ee6c6d96
memclr_386.s 2.31 KB