rust/src/librustc/driver
blake2-ppc 9ac175c503 rustc: Use static strings in a few literals
Avoid allocating extra copies of strings by using "" instead of ~"" for
the debug options list and for the `time` function. This is a small
change, but it is in a path that's always executed.
2013-10-04 19:46:53 +02:00
..
driver.rs rustc: Use static strings in a few literals 2013-10-04 19:46:53 +02:00
mod.rs
session.rs rustc: Use static strings in a few literals 2013-10-04 19:46:53 +02:00