Explorar o código

Increase loop counter to 100k, from 20k

Fabian %!s(int64=3) %!d(string=hai) anos
pai
achega
188e0ce796
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/rust/cpu/cpu.rs

+ 1 - 1
src/rust/cpu/cpu.rs

@@ -242,7 +242,7 @@ pub const CHECK_TLB_INVARIANTS: bool = false;
 
 pub const DEBUG: bool = cfg!(debug_assertions);
 
-pub const LOOP_COUNTER: i32 = 20011;
+pub const LOOP_COUNTER: i32 = 100_003;
 pub const TSC_RATE: f64 = 1_000_000.0;
 
 pub static mut jit_block_boundary: bool = false;