Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Coq 8.5 is out!

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Coq 8.5 is out!


Chronological Thread 
  • From: e+coq-club AT x80.org (Emilio Jesús Gallego Arias)
  • To: Pierre-Marie Pédrot <pierre-marie.pedrot AT inria.fr>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Coq 8.5 is out!
  • Date: Mon, 25 Jan 2016 15:42:24 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=e+coq-club AT x80.org; spf=Neutral smtp.mailfrom=e+coq-club AT x80.org; spf=None smtp.helo=postmaster AT boipeva.ensmp.fr
  • Ironport-phdr: 9a23:JFRYkBO3oxg4uinnPRol6mtUPXoX/o7sNwtQ0KIMzox0Kfz+rarrMEGX3/hxlliBBdydsKIazbOP6+u+BCQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JTpkbnro9aNPk1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv+YJa6jxfrw5QLpEF3xmdjltvIy4/SXEGDOO62EGXyAzmwBJDkD9bR3gWYu55jP7u/Bn1WyfNNf3QPYsVDi46LtDSRnyiS5BOSRvo0/NjcklgeFQpwvkrBhiyabEMNnTM+BxNuPweNIeRG0JfMtKxTcJLYq4a4YACKIoJ+dRtMiu9BM1sRKiCFz0V6vUwThSiyqzhPVi3g==
  • Organization: X80 Heavy Industries

Hi,

Another thing that shows from time to time in my Coq profiling is the
directory caching code.

This could explain the increase in system time that Guillaume was
talking about.

[So far universe checking is almost always on top of the profiles, in
particular HMap.find seems like a bottleneck, JH patch makes it better
but not to go away. Unfortunately this is just a guess as I can't trust
my profiling data yet]

Emilio

Pierre-Marie Pédrot
<pierre-marie.pedrot AT inria.fr>
writes:

> On 25/01/2016 14:16, Jacques-Henri Jourdan wrote:
>> Maybe this is due to the universe algorithm. Have you tried my patch
>> (included in trunk but not in 8.5 currently) ?
>
> Quick perfing suggests there may be a ~15% improvement with your patch,
> but this would need testing to be confirmed.
>
> @Frédéric: are there precise lines of code that got worse between 8.4
> and 8.5 (let's say in rpo.v)? If so, could you give them so I can try to
> guess what changed between the two?
>
> PMP



Archive powered by MHonArc 2.6.18.

Top of Page