rust/compiler/rustc_mir/src/dataflow
Ralf Jung 3268e33199
Rollup merge of #76818 - hbina:dont_compile_regex_all_the_time, r=ecstatic-morse
Don't compile regex at every function call.

Use `SyncOnceCell` to only compile it once.
I believe this still adds some kind of locking mechanism?

Related issue: https://github.com/rust-lang/rust/issues/76817
2020-09-20 12:08:20 +02:00
..
framework Don't compile regex at every function call. 2020-09-17 11:03:08 +08:00
impls Implement a destination propagation pass 2020-09-18 21:23:00 +02:00
move_paths don't lazily evaulate some trivial values for Option::None replacements (clippy::unnecessary_lazy_evaluations) 2020-09-17 01:37:35 +02:00
drop_flag_effects.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
mod.rs Extend dataflow framework to support arbitrary lattices 2020-08-30 11:15:24 -07:00