rust/src/libserialize
Nicholas Nethercote 6a4bb35b70 Inline read_{un,}signed_leb128 and opaque::Decoder functions.
These functions are all hot in rustc and inlining them speeds up most of
the rustc-benchmarks by 1--2%.
2016-10-18 12:00:28 +11:00
..
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
collection_impls.rs rustc_metadata: remove ty{en,de}code and move to auto-derived serialization. 2016-09-20 20:08:01 +03:00
hex.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
json.rs Avoid allocations in Decoder::read_str. 2016-10-10 10:36:35 +11:00
leb128.rs Inline read_{un,}signed_leb128 and opaque::Decoder functions. 2016-10-18 12:00:28 +11:00
lib.rs Stabilise ? 2016-10-12 08:40:22 +13:00
opaque.rs Inline read_{un,}signed_leb128 and opaque::Decoder functions. 2016-10-18 12:00:28 +11:00
serialize.rs Avoid allocations in Decoder::read_str. 2016-10-10 10:36:35 +11:00