Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't memoize subterms in function position in saw-core simulator.
Memoizing such subterms doesn't actually save anything, because the memoized value is just a monadic thunk that runs the same simulator code each time it's called. This patch lets us avoid some of the IntMap insertion operations.
- Loading branch information