aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Tassi2015-01-10 11:01:03 +0100
committerEnrico Tassi2015-01-10 11:01:03 +0100
commit0dd54498c41ddd2dc0a4cbfdef723cecfa6a0605 (patch)
tree69939262995d68b26eec818441f0e7339ef1da75
parent0158e2805d29118a818cab11f5c215793bd329ae (diff)
CHANGES: mention "Optimize (Heap|Proof)"
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index daea9f2593..bccb85e8a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -73,6 +73,12 @@ Vernacular commands
- "Collection" command to name sets of section hypotheses. Named collections
can be used in the syntax of "Proof using" to assert with section variables
are used in a proof.
+- The "Optimize Proof" command can be placed in the middle of a proof to
+ force the compaction the data structure used to represent the ongoing
+ proof (evar map). This may result in a lower memory footprint and speed up
+ the execution of the following tactics.
+- "Optimize Heap" command to tell the OCaml runtime to performa a major
+ garbage collection step and heap compaction.
Specification Language