diff options
author | Paul Steckler <steck@stecksoft.com> | 2018-01-03 14:42:52 -0500 |
---|---|---|
committer | Paul Steckler <steck@stecksoft.com> | 2018-01-03 14:42:52 -0500 |
commit | c1960c794b5c8444925df67663bd70d35c67dc36 (patch) | |
tree | a34b777fb864a50291d5ca188630d743fe933e77 /CHANGES | |
parent | dea75d74c222c25f6aa6c38506ac7a51b339e9c6 (diff) |
add optimize_heap tactic for #6488
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |