rust/src
Ralf Jung 4f9c14c256 deduplicate RangeMap elements in iter_mut
This cuts down execution time of the benchmark in the OP of https://github.com/solson/miri/issues/593 by another 25%, and it cuts max-RSS by 90% (!)
2019-01-07 15:10:22 +01:00
..
bin move env var stuff out of the miri lib 2019-01-04 15:37:51 +01:00
fn_call.rs fix for infallible allocation 2018-12-23 14:13:16 +01:00
helpers.rs get rid of to_bytes hack 2018-12-11 14:32:59 +01:00
intrinsic.rs implement panic_if_uninhabited intrinsic 2019-01-07 11:23:08 +01:00
lib.rs deduplicate RangeMap elements in iter_mut 2019-01-07 15:10:22 +01:00
mono_hash_map.rs Use explicit dyn trait object 2018-11-27 16:20:15 +01:00
operator.rs use memory::check_bounds_ptr for offset check 2018-12-26 13:16:47 +01:00
range_map.rs deduplicate RangeMap elements in iter_mut 2019-01-07 15:10:22 +01:00
stacked_borrows.rs deduplicate RangeMap elements in iter_mut 2019-01-07 15:10:22 +01:00
tls.rs avoid repeating signatures in EvalContext extension traits 2018-12-11 14:16:58 +01:00