-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I was under the impression that our current code was taking care of this already, however it was not. Suggestions on what is best w.r.t. `Memo/Action_builder` code dance welcome. Obviously, this has a dramatic effect on most Coq builds, for example HoTT's zero build is now: ``` before: ------- real 0m5,302s user 0m5,197s sys 0m0,056s after: ------ real 0m0,210s user 0m0,143s sys 0m0,034s ``` Signed-off-by: Emilio Jesus Gallego Arias <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- coq: memoize coqdep parsing, this will reduce build times for Coq | ||
users, in particular for those with many .v files (#10116, | ||
@ejgallego, see also #10088) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters