PrincetonUniversity / VST

Verified Software Toolchain
https://vst.cs.princeton.edu
Other
424 stars 91 forks source link

solve_store_rule_evaluation #752

Closed andrew-appel closed 3 months ago

andrew-appel commented 3 months ago

In tactic solve_store_rule_evaluation, change

   change (upd_reptype t gfs h0 h1 = rhs);

to

   change (@upd_reptype cs t gfs h0 h1 = rhs);

and that will sometimes make forward 100x faster.

andrew-appel commented 3 months ago

duplicates #748