From 795d9e5748b3bb8c57768f928277cf2911f56db1 Mon Sep 17 00:00:00 2001 From: Ralf Jung <post@ralfj.de> Date: Tue, 2 Feb 2016 14:04:21 +0100 Subject: [PATCH] slightly optimize eauto fuel --- barrier/lifting.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barrier/lifting.v b/barrier/lifting.v index 4945c0e92..6251fafc4 100644 --- a/barrier/lifting.v +++ b/barrier/lifting.v @@ -23,7 +23,7 @@ Lemma wp_alloc_pst E σ e v Q : Proof. intros. set (φ v' σ' := ∃ l, v' = LocV l ∧ σ' = <[l:=v]>σ ∧ σ !! l = None). rewrite -(wp_lift_atomic_step (Alloc e) φ σ) // /φ; - last by intros; inv_step; eauto 10. + last by intros; inv_step; eauto 8. apply sep_mono, later_mono; first done. apply forall_intro=>e2; apply forall_intro=>σ2; apply wand_intro_l. rewrite always_and_sep_l' -associative -always_and_sep_l'. -- GitLab