about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-12-26 06:31:47 +0000
committerbors <bors@rust-lang.org>2014-12-26 06:31:47 +0000
commitbd3cf4c05fdec03ab22df27f33191f4851e18cc9 (patch)
tree4a045d71eb0153f8199c243f58073c16ccee3fff /src/libstd/sys/unix/stack_overflow.rs
parentc43efee6def9a4a4e943feef0236d3e17b3f581d (diff)
parent58d808f9889882121475457e30f127db4b09a09b (diff)
downloadrust-bd3cf4c05fdec03ab22df27f33191f4851e18cc9.tar.gz
rust-bd3cf4c05fdec03ab22df27f33191f4851e18cc9.zip
auto merge of #20218 : alexcrichton/rust/jemalloc-sections, r=luqmana
It's quite possible that small programs don't use all of jemalloc, and building
with -ffunction-sections and -fdata-sections allows the linker (via
--gc-sections) to strip out all unused code at link time. This decreases the
size of a "hello world" executable for me from 716K to 482K with no measurable
impact on link time. After this patch jemalloc is still the largest portion of
our hello world executables, but this helps cut down on the size at least
somewhat!
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions