Add comment for guessed constants

This commit is contained in:
Jannis Christopher Köhl 2022-11-12 14:07:54 +01:00
parent 3c6d1a723d
commit b3f648958d

View File

@ -13,6 +13,7 @@ use rustc_span::DUMMY_SP;
use crate::MirPass;
// These constants are somewhat random guesses and have not been optimized.
const BLOCK_LIMIT: usize = 100;
const PLACE_LIMIT: usize = 100;