Skip to content

Commit

Permalink
Increase default split limit for risc-v model
Browse files Browse the repository at this point in the history
  • Loading branch information
bacam committed Dec 7, 2023
1 parent eb350e8 commit b97e89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/monomorphise.ml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ let rec typeclass_nexps (Typ_aux (t, l)) =
)
else NexpSet.empty

let opt_size_set_limit = ref 64
let opt_size_set_limit = ref 128

let optmap v f = match v with None -> None | Some v -> Some (f v)

Expand Down

0 comments on commit b97e89e

Please sign in to comment.