Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Reducing memory usage

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Reducing memory usage


chronological Thread 
  • From: Hugo Herbelin <herbelin AT pauillac.inria.fr>
  • To: roconnor AT Math.Berkeley.EDU
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Reducing memory usage
  • Date: Fri, 20 Dec 2002 13:54:21 +0100 (MET)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

  Hi Russell,

> Using my own Tacticals, I have create some proofs that have large proof
> objects.  The .vo files are 10 to 20 megabytes.
> 
> The problem is that when I import several these files (using Require) the
> memory consumption of the coqtop application gets enormous (300-400
> megs).  Is anyway I can reduce the memory usage of the application.  It
> seems unnecessary to load a gigantic opaque proof into memory.

  Nothing is currently done not to load the opaque proofs into
memory. However a memory sharing strategy has been introduced in the
cvs version which provides gains of a magnitude of 3 in the average. I
integrated this memory sharing strategy to the bugs-fixes version of
V7.3.1 too. It will be available tomorrow on the anonymous cvs server
coqcvs.inria.fr (tag V7-3bugfix).

  Hugo Herbelin




Archive powered by MhonArc 2.6.16.

Top of Page