Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Managing memory from Coq - Correction

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Managing memory from Coq - Correction


chronological Thread 
  • From: Lionel Elie Mamane <lionel AT mamane.lu>
  • To: marko AT ffri.hr
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Managing memory from Coq - Correction
  • Date: Thu, 6 Mar 2008 16:20:56 +0100
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On Thu, Mar 06, 2008 at 03:35:28PM +0100, 
marko AT ffri.hr
 wrote:

> In system I develop I have all the time lot of (un)prooved
> subgoals. Proved subgoals are not interesting for me but unproved
> are. I guess the Coq keep all of them in RAM until I proving the
> main goal. Is it correct? I need to optimize the time of processing.
> Is it possible to store unproved subgoals on hard disk and then
> erase them from memory? Later I will take it from disk as needed.

I don't think Coq has an explicit mechanism for that, but if you
refrain from any sort of "Show Proof" and you have a sizeable amount
of swap activated, your OS should do about that automatically... until
Qed time.

-- 
Lionel





Archive powered by MhonArc 2.6.16.

Top of Page