aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2018-01-03 14:42:52 -0500
committerGravatar Paul Steckler <steck@stecksoft.com>2018-01-03 14:42:52 -0500
commitc1960c794b5c8444925df67663bd70d35c67dc36 (patch)
treea34b777fb864a50291d5ca188630d743fe933e77 /CHANGES
parentdea75d74c222c25f6aa6c38506ac7a51b339e9c6 (diff)
add optimize_heap tactic for #6488
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cbaa2c5e2..ead751147 100644
--- a/CHANGES
+++ b/CHANGES
@@ -37,6 +37,9 @@ Tactics
- Added tactics reset ltac profile, show ltac profile (and variants)
- Added tactics restart_timer, finish_timing, and time_constr as an
experimental way of timing Ltac's evaluation phase
+- Added tactic optimize_heap, analogous to the Vernacular Optimize
+ Heap, which performs a major garbage collection and heap compaction
+ in the OCaml run-time system.
Vernacular Commands