rust/src/rustc
Alex Crichton 016eaf88f5 Use `jemalloc-sys` on Linux and OSX compilers
This commit adds opt-in support to the compiler to link to `jemalloc` in
the compiler. When activated the compiler will depend on `jemalloc-sys`,
instruct jemalloc to unprefix its symbols, and then link to it. The
feature is activated by default on Linux/OSX compilers for x86_64/i686
platforms, and it's not enabled anywhere else for now. We may be able to
opt-in other platforms in the future! Also note that the opt-in only
happens on CI, it's otherwise unconditionally turned off by default.

Closes #36963
2018-11-02 06:52:56 -07:00
..
compiler_builtins_shim add a dist-thumb builder to build rust-std for the THUMB targets 2018-04-01 18:50:21 +02:00
dlmalloc_shim Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
libc_shim Update libc and activate align feature 2018-08-08 10:52:10 +02:00
Cargo.toml Use `jemalloc-sys` on Linux and OSX compilers 2018-11-02 06:52:56 -07:00
rustc.rs Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton 2018-04-17 01:50:58 +08:00