Skip to content

Commit

Permalink
Merge pull request #293 from FStarLang/gebner_rlimit
Browse files Browse the repository at this point in the history
Increase rlimit.
  • Loading branch information
gebner authored Dec 26, 2024
2 parents 1cf3094 + 70d2963 commit d5c8c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pulse/lib/Pulse.Lib.HashTable.Spec.fst
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ let insert_repr #kt #vt #sz
let res = insert_repr_walk #kt #vt #sz #spec repr k v 0 cidx () () in
res

#push-options "--z3rlimit_factor 2"
let rec delete_repr_walk #kt #vt #sz (#spec : erased (spec_t kt vt))
(repr : repr_t_sz kt vt sz{pht_models spec repr}) (k : kt)
(off:nat{off <= sz}) (cidx:nat{cidx = canonical_index k repr})
Expand Down Expand Up @@ -657,6 +658,7 @@ let rec delete_repr_walk #kt #vt #sz (#spec : erased (spec_t kt vt))
| Clean -> repr

| Zombie -> delete_repr_walk #kt #vt #sz #spec repr k (off+1) cidx () ()
#pop-options

let delete_repr #kt #vt #sz (#spec : erased (spec_t kt vt))
(repr : repr_t_sz kt vt sz{pht_models spec repr})
Expand Down

0 comments on commit d5c8c0a

Please sign in to comment.