Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fast path in the Tacticals.check_evars function.
We only care about the difference between undefined evars, so whenever the new evarmap has physically the same undefined evars as the original one, we return immediately. This seriously alleviates the slowdowns introduced in coq#17564.
- Loading branch information