<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/dev/doc/perf-analysis, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Remove clutter by moving historic unmaintained dev/doc files to an archive subfolder.</title>
<updated>2019-03-15T12:32:36+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2019-03-15T12:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=0063c4c985078fd181c4a3a149ccbb06752edc97'/>
<id>0063c4c985078fd181c4a3a149ccbb06752edc97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backported r13080 (support for open terms in ltac matching) from trunk to v8.3.</title>
<updated>2010-06-09T10:08:53+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2010-06-09T10:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=cb586ea65a1ad38626b7481ff8b30007f488705d'/>
<id>cb586ea65a1ad38626b7481ff8b30007f488705d</id>
<content type='text'>
Also updated perf-analysis file (the part of the commit that delays typing of
ltac instances seems to slightly improve a few contributions)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13096 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also updated perf-analysis file (the part of the commit that delays typing of
ltac instances seems to slightly improve a few contributions)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13096 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated performance analysis file</title>
<updated>2010-06-06T12:59:49+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2010-06-06T12:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=5cfed41826bb2c1cb6946bc53f56d93232c98011'/>
<id>5cfed41826bb2c1cb6946bc53f56d93232c98011</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13079 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13079 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved the efficiency of evars traverals thanks to a split of</title>
<updated>2010-05-13T07:24:56+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2010-05-13T07:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=6cca4015db457f91b8eb9cf824f21246cbe7c6e6'/>
<id>6cca4015db457f91b8eb9cf824f21246cbe7c6e6</id>
<content type='text'>
evar_map into a map for defined evars and a map for undefined evars.
Even before Spiwack's new proof engine, some Evd.fold were very
costly, e.g. in check_evars or progress_evar_map. With the new proof
engine, undefined evars traversals are apparently even more common (at
least, it improves significantly the complexity of some calls to omega
in JordanCurveTheorem - a new factor 5-7 after the factor 5-6 obtained
by removal of evar_merge in clenv_fchain in commit 13007, arriving to
figures comparable to the 8.3 ones).

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13011 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
evar_map into a map for defined evars and a map for undefined evars.
Even before Spiwack's new proof engine, some Evd.fold were very
costly, e.g. in check_evars or progress_evar_map. With the new proof
engine, undefined evars traversals are apparently even more common (at
least, it improves significantly the complexity of some calls to omega
in JordanCurveTheorem - a new factor 5-7 after the factor 5-6 obtained
by removal of evar_merge in clenv_fchain in commit 13007, arriving to
figures comparable to the 8.3 ones).

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13011 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Few misc. updates.</title>
<updated>2010-01-04T14:07:59+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2010-01-04T14:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=883bea94e52fff9cee76894761d3704872d7a61d'/>
<id>883bea94e52fff9cee76894761d3704872d7a61d</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12622 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12622 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>- Correction bug highlighting "Module" dans Coqide</title>
<updated>2008-05-28T09:09:12+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2008-05-28T09:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=941bac504672283a351d9a90f40f66fee7268e7d'/>
<id>941bac504672283a351d9a90f40f66fee7268e7d</id>
<content type='text'>
- Divers code mort (evarutil.ml, Bvector.v)
- MAJ perf-analysis



git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11004 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Divers code mort (evarutil.ml, Bvector.v)
- MAJ perf-analysis



git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11004 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Quelques éléments de réflexion</title>
<updated>2008-05-03T13:13:14+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2008-05-03T13:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=795fc3c75cb7966532c4337bdb0606b6ae1e32bd'/>
<id>795fc3c75cb7966532c4337bdb0606b6ae1e32bd</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10880 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10880 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>MAJ</title>
<updated>2007-10-29T08:43:46+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2007-10-29T08:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=737f45c9362d1435f66889bad3fbce638c982643'/>
<id>737f45c9362d1435f66889bad3fbce638c982643</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10268 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10268 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>MAJ</title>
<updated>2007-05-21T07:35:31+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2007-05-21T07:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=79d1421ce90b7f3c0c6a719a93a87d36b3abdfcd'/>
<id>79d1421ce90b7f3c0c6a719a93a87d36b3abdfcd</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9844 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9844 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
<entry>
<title>MAJ</title>
<updated>2006-11-19T10:42:51+00:00</updated>
<author>
<name>herbelin</name>
</author>
<published>2006-11-19T10:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=20a39fbca7b31284929c19df5c7c24225448c378'/>
<id>20a39fbca7b31284929c19df5c7c24225448c378</id>
<content type='text'>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9390 85f007b7-540e-0410-9357-904b9bb8a0f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9390 85f007b7-540e-0410-9357-904b9bb8a0f7
</pre>
</div>
</content>
</entry>
</feed>
