Add comment for guessed constants
This commit is contained in:
@@ -13,6 +13,7 @@ use rustc_span::DUMMY_SP;
|
|||||||
|
|
||||||
use crate::MirPass;
|
use crate::MirPass;
|
||||||
|
|
||||||
|
// These constants are somewhat random guesses and have not been optimized.
|
||||||
const BLOCK_LIMIT: usize = 100;
|
const BLOCK_LIMIT: usize = 100;
|
||||||
const PLACE_LIMIT: usize = 100;
|
const PLACE_LIMIT: usize = 100;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user