Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Memory usage

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Memory usage


chronological Thread 
  • From: Adam Chlipala <adam AT chlipala.net>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Memory usage
  • Date: Wed, 15 Dec 2010 19:45:27 -0500

Ian Lynagh wrote:
I'm having trouble with high memory usage. I've attached a
self-contained cut-down example that cann't be compiled in 900 MB:

The usual easy way to reduce memory usage is with the [abstract] tactical. You could wrap each [destruct something; aTactic] piece like [abstract (destruct something; aTactic)]. This is only going to work if [aTactic] finishes the proof for each case.



Archive powered by MhonArc 2.6.16.

Top of Page