]> git.lizzy.rs Git - rust.git/commit
Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser
authorbors <bors@rust-lang.org>
Mon, 13 Aug 2018 11:19:07 +0000 (11:19 +0000)
committerbors <bors@rust-lang.org>
Mon, 13 Aug 2018 11:19:07 +0000 (11:19 +0000)
commita78ae85e5942b5d41c7bddf8243ede7f350d4886
tree0708078bda7d9d0c9cb184797d90298c4ec30397
parent147ca2d2a6662993cee56db8c971f4f0ac73783a
parent88d84b38f19eff3c25ec88931f04bf2640edf2b5
Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser

Avoid many allocations for CStrings during codegen.

Giving in to my irrational fear of dynamic allocations. Let's see what perf says to this.
src/librustc_data_structures/lib.rs