Skip to Content.
Sympa Menu

coq-club - RE: [Coq-Club] Time analysis

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

RE: [Coq-Club] Time analysis


Chronological Thread 
  • From: "Soegtrop, Michael" <michael.soegtrop AT intel.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: RE: [Coq-Club] Time analysis
  • Date: Mon, 2 Nov 2015 11:13:22 +0000
  • Accept-language: de-DE, en-US
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=michael.soegtrop AT intel.com; spf=Pass smtp.mailfrom=michael.soegtrop AT intel.com; spf=None smtp.helo=postmaster AT mga01.intel.com
  • Ironport-phdr: 9a23:q4FqQxer5MBjKT1tgM/KmbQtlGMj4u6mDksu8pMizoh2WeGdxc69ZR7h7PlgxGXEQZ/co6odzbGG7ua6BCdaud6oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLDvvceOKF8QzBOGIppMbzyO5T3LsccXhYYwYo0Q8TDu5kVyRuJN2GlzLkiSlRuvru25/Zpk7jgC86l5r50IAu3GePFyRrtBST8iLmod5cvxtBCFQxHFri8XVXxTmR5VCSDE6gv7V9H/qH2pmPB63XzQBsr7QqwuXizmp4JqQx/hhSNNf2o88WrXg8F0yrlcrR29vRtn64/SfIyRcvF5e/WOLpshWWNdU5MJBGR6CYSmYt5XAg==

Dear Tillmann,

I see. Another question is how large the term b is. If it is rather large,
the marshalling of the term to the VM might take a considerable amount of
time. Did you try calling an identity function with term b and see how long
this takes? This should then be subtracted from the run time of h b.

Best regards,

Michael

> Dear Michael,
>
> Here I'm talking about times above 100 seconds and more. For example
>
> Time Eval vm_compute in (f a). (* 119 sec *) Time Eval vm_compute in (g a).
> (* 39 sec *) Let b:= Eval vm_compute in (g a).
> Time Eval vm_compute in (h b). (* 116 sec *)
>
> Best regards,
> Tillmann
>
> Am Montag, 02. November 2015 11:36 CET, "Soegtrop, Michael"
> <michael.soegtrop AT intel.com>
> schrieb:
>
> > Dear Tillmann,
> >
> > did you consider that vm_compute involves some overhead, e.g.
> compilation to byte code? In my experience for times above a few 100ms this
> is negligible and times add up to about 10%, but for times below 100ms not.
> About what time scale are we talking in your case?
> >
> > Best regards,
> >
> > Michael
> > Intel Deutschland GmbH
> > Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
> > Tel: +49 89 99 8853-0, www.intel.de
> > Managing Directors: Christin Eisenschmid, Christian Lamprechter
> > Chairperson of the Supervisory Board: Nicole Lau Registered Office:
> > Munich Commercial Register: Amtsgericht Muenchen HRB 186928
> >
>
>
>
>
>

Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928



Archive powered by MHonArc 2.6.18.

Top of Page