Add comment for guessed constants
This commit is contained in:
parent
3c6d1a723d
commit
b3f648958d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue