runtimeverification / hs-backend-booster

Accelerates K Framework's Haskell backend
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Experiment with a dedicated side condition simplifier #551

Closed jberthold closed 8 months ago

jberthold commented 8 months ago

We could get a performance gain from using specific simplify routines for separate use cases:

Measure performance of the modified execution on kevm and kontrol proofs.

jberthold commented 8 months ago

Experimental code tested, however not showing any significant speed-up. See https://github.com/runtimeverification/haskell-backend/issues/3767

Closing this issue for now, will track further work on the parent ticket runtimeverification/haskell-backend#3767