Skip to content

Commit 011be71

Browse files
Chore: Modify 'HOT_THRESH' to a most minimum initialization.
1 parent 87771c9 commit 011be71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/modules/vm/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Opcode Cache
2424
*/
2525

2626
const CACHE_THRESH: u8 = 8;
27-
const HOT_THRESH: u32 = 1_000;
27+
const HOT_THRESH: u32 = 517;
2828

2929
#[derive(Clone)]
3030
struct CacheSlot {

0 commit comments

Comments
 (0)