Skip to content

Commit

Permalink
Tweak worst case size
Browse files Browse the repository at this point in the history
  • Loading branch information
aborg-dev committed Dec 2, 2023
1 parent f9cb073 commit 6d1ed63
Show file tree
Hide file tree
Showing 3 changed files with 58,205 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cranelift/codegen/src/isa/zkasm/inst/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ impl MachInst for Inst {

fn worst_case_size() -> CodeOffset {
// calculate by test function zkasm_worst_case_instruction_size()
1_000_000
1_155
}

fn ref_type_regclass(_settings: &settings::Flags) -> RegClass {
Expand Down
Loading

0 comments on commit 6d1ed63

Please sign in to comment.