rust/compiler/rustc_serialize/src
bors 38c22af015 Auto merge of #92604 - nnethercote:optimize-impl_read_unsigned_leb128, r=michaelwoerister
Optimize `impl_read_unsigned_leb128`

I see instruction count improvements of up to 3.5% locally with these changes, mostly on the smaller benchmarks.

r? `@michaelwoerister`
2022-01-15 07:27:30 +00:00
..
json mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
collection_impls.rs Remove unused functions and arguments from rustc_serialize 2021-06-01 19:29:11 +02:00
json.rs don't allocate strings when str is enought for using as key 2021-12-07 12:54:35 +03:00
leb128.rs Unpeel the first iteration of the loop in impl_read_unsigned_leb128. 2022-01-07 13:36:26 +11:00
lib.rs Remove box syntax from rustc_serialize 2021-08-18 09:25:26 +02:00
opaque.rs Auto merge of #92604 - nnethercote:optimize-impl_read_unsigned_leb128, r=michaelwoerister 2022-01-15 07:27:30 +00:00
serialize.rs Avoid generating empty closures for fieldless enums 2021-11-22 21:22:35 -05:00