Skip to content

Commit

Permalink
CI: upd everything + partial fixes
Browse files Browse the repository at this point in the history
Main.Meta.fst and Main.fst need some work
  • Loading branch information
Antonin Reitz committed Dec 21, 2023
1 parent 63be294 commit e83b714
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/SlabsAlloc.fst
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,8 @@ let allocate_slab_aux_2_full
md_count_v (G.hide (Seq.upd (G.reveal md_region_lv) (US.v idx2) 2ul))
idx1 idx2' idx2 idx4 idx5

#restart-solver

// Slab moves from partial to partial
inline_for_extraction noextract
let allocate_slab_aux_2_partial
Expand Down Expand Up @@ -612,6 +614,8 @@ let allocate_slab_aux_2_partial
md_count_v md_region_lv
idx1 idx2 idx3 idx4 idx5

#restart-solver

// Slab initially partial
inline_for_extraction noextract
let allocate_slab_aux_2
Expand Down
2 changes: 1 addition & 1 deletion src/SlotsAlloc.fst
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ let elim_slab_vprop (#opened:_)
md_as_seq2
#pop-options

#push-options "--z3rlimit 100 --fuel 0 --ifuel 0"
#push-options "--z3rlimit 150 --fuel 0 --ifuel 0"
let bound2_inv
(size_class: sc)
(md_as_seq: Seq.lseq U64.t 4)
Expand Down

0 comments on commit e83b714

Please sign in to comment.