1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:04:45 -07:00

doc: clarify gccgo support for segmented stacks

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5671081
This commit is contained in:
Ian Lance Taylor 2012-02-17 05:59:15 -08:00
parent 76eb911a3c
commit ebc4007708

View File

@ -1355,8 +1355,8 @@ it now. <code>Gccgo</code>'s run-time support uses <code>glibc</code>.
control; it is
compiled with a version of the Plan 9 C compiler that supports
segmented stacks for goroutines.
The <code>gccgo</code> compiler also implements segmented
stacks, supported by recent modifications to its linker.
The <code>gccgo</code> compiler implements segmented
stacks on Linux only, supported by recent modifications to the gold linker.
</p>
<h3 id="Why_is_my_trivial_program_such_a_large_binary">