We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6d1a7 commit b3f6489Copy full SHA for b3f6489
compiler/rustc_mir_transform/src/dataflow_const_prop.rs
@@ -13,6 +13,7 @@ use rustc_span::DUMMY_SP;
13
14
use crate::MirPass;
15
16
+// These constants are somewhat random guesses and have not been optimized.
17
const BLOCK_LIMIT: usize = 100;
18
const PLACE_LIMIT: usize = 100;
19
0 commit comments