Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
ebc40077
Commit
ebc40077
authored
Feb 17, 2012
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: clarify gccgo support for segmented stacks
R=golang-dev, bradfitz CC=golang-dev
https://golang.org/cl/5671081
parent
76eb911a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/go_faq.html
doc/go_faq.html
+2
-2
No files found.
doc/go_faq.html
View file @
ebc40077
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment