mirror of
https://github.com/golang/go
synced 2024-11-21 14:24:44 -07:00
go_faq: drop a dramatic comma.
R=r CC=golang-dev https://golang.org/cl/4809064
This commit is contained in:
parent
ffccc026cb
commit
be96fa5a2e
@ -1053,7 +1053,7 @@ How is the run-time support implemented?</h3>
|
|||||||
Again due to bootstrapping issues, the run-time code is mostly in C (with a
|
Again due to bootstrapping issues, the run-time code is mostly in C (with a
|
||||||
tiny bit of assembler) although Go is capable of implementing most of
|
tiny bit of assembler) although Go is capable of implementing most of
|
||||||
it now. <code>Gccgo</code>'s run-time support uses <code>glibc</code>.
|
it now. <code>Gccgo</code>'s run-time support uses <code>glibc</code>.
|
||||||
<code>Gc</code> uses a custom library, to keep the footprint under
|
<code>Gc</code> uses a custom library to keep the footprint under
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user