mirror of
https://github.com/golang/go
synced 2024-11-21 21:44:40 -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:
parent
76eb911a3c
commit
ebc4007708
@ -1355,8 +1355,8 @@ it now. <code>Gccgo</code>'s run-time support uses <code>glibc</code>.
|
|||||||
control; it is
|
control; it is
|
||||||
compiled with a version of the Plan 9 C compiler that supports
|
compiled with a version of the Plan 9 C compiler that supports
|
||||||
segmented stacks for goroutines.
|
segmented stacks for goroutines.
|
||||||
The <code>gccgo</code> compiler also implements segmented
|
The <code>gccgo</code> compiler implements segmented
|
||||||
stacks, supported by recent modifications to its linker.
|
stacks on Linux only, supported by recent modifications to the gold linker.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="Why_is_my_trivial_program_such_a_large_binary">
|
<h3 id="Why_is_my_trivial_program_such_a_large_binary">
|
||||||
|
Loading…
Reference in New Issue
Block a user