runtimeverification / haskell-backend

The symbolic execution engine powering the K Framework
BSD 3-Clause "New" or "Revised" License
208 stars 41 forks source link

Experiment: Cache lookup chaining (for booster equation cache) #3982

Closed jberthold closed 1 month ago

jberthold commented 2 months ago

Experiment: chain up cache lookups If lookup(t1) -> t2, then we should check lookup(t2) (and so on) This is important for the Equation cache, not the LLVM cache (which will always have unmodified terms or constructor-like ones) We have to