]> git.lizzy.rs Git - rust.git/commit
Don't arena-allocate static symbols.
authorNicholas Nethercote <nnethercote@mozilla.com>
Thu, 23 May 2019 07:47:53 +0000 (17:47 +1000)
committerNicholas Nethercote <nnethercote@mozilla.com>
Fri, 24 May 2019 10:11:52 +0000 (20:11 +1000)
commite396f992558746689e1d562c5a6bb0b92bf70b93
treef9062228e68f0a8062ed1209a33d94f0c5d3b772
parent27cc0db7a248308fc2634ac68d7608a20b4a1c09
Don't arena-allocate static symbols.

It's just a waste of memory. This also gets rid of the special case for
"".
src/libsyntax_pos/symbol.rs