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
ce0de422
Commit
ce0de422
authored
Mar 08, 2011
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FAQ: hello, world is now 1.1MB, down from 1.8MB
R=rsc CC=golang-dev
https://golang.org/cl/4235061
parent
7a09a882
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/go_faq.html
doc/go_faq.html
+1
-1
No files found.
doc/go_faq.html
View file @
ce0de422
...
@@ -1032,7 +1032,7 @@ type checks, reflection, and even panic-time stack traces.
...
@@ -1032,7 +1032,7 @@ type checks, reflection, and even panic-time stack traces.
<p>
<p>
A trivial C "hello, world" program compiled and linked statically using gcc
A trivial C "hello, world" program compiled and linked statically using gcc
on Linux is around 750 kB. An equivalent Go program is around 1.
8
MB, but
on Linux is around 750 kB. An equivalent Go program is around 1.
1
MB, but
that includes more powerful run-time support. We believe that with some effort
that includes more powerful run-time support. We believe that with some effort
the size of Go binaries can be reduced.
the size of Go binaries can be reduced.
...
...
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