Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Problem with Native-Coq

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problem with Native-Coq


Chronological Thread 
  • From: Chantal Keller <chantal.keller AT wanadoo.fr>
  • To: coq-club AT inria.fr
  • Cc: christoph.senjak AT ifi.lmu.de
  • Subject: Re: [Coq-Club] Problem with Native-Coq
  • Date: Wed, 26 Aug 2015 17:47:11 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=chantal.keller AT wanadoo.fr; spf=None smtp.mailfrom=chantal.keller AT wanadoo.fr; spf=None smtp.helo=postmaster AT ns311676.ovh.net
  • Ironport-phdr: 9a23:Hi0LBhFGR9o72v7d+p9A5Z1GYnF86YWxBRYc798ds5kLTJ75oMmwAkXT6L1XgUPTWs2DsrQf27GQ7fmrCDdIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/njKbsotaCOE1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvdKMhCLdcET4OMmYv5cStuwOQdwaX4mogVTAdkhNOHwHBqhL3WpP8qAP7sPB80W+UJ57YV7cxDB+i5qF3QRugqyoDMzMjuDXcisV2kKtf5hGsoxhy2abLaYecOP15OK3HK4BJDVFdV9pcAnQSSri3aJECWrIM

Dear Christoph-Simon,

I am also a user of native-coq, using native arrays and integers for
efficiency.

Maxime Dénès, the main developer of native-coq, is currently really
busy, which explains why native-coq is not up-to-date with respect to
the standard version of Coq now. I hope he can find some people to help
on this aspect (if some people on this list are interested, I think they
are most welcome) while, on my side, I plan to improve the high-level
aspects of native-coq.

Unfortunately I cannot reproduce your error; I have been compiling it
recently without problem. I hope you can find a workaround until
native-coq is up-to-date.

Regards,
Chantal Keller.




Le 18/08/2015 23:25, Christoph-Simon Senjak a écrit :
> Hello.
>
> On 18.08.2015 21:09, Guillaume Melquiond wrote:
>> On 18/08/2015 17:10, Christoph-Simon Senjak wrote:
>>
>>>>> I am trying to use Native-Coq to compile some of my code, and it ...
>>>>> sometimes ... works, and sometimes it doesn't, with no apparent
>>>>> reason.
>>
>>> I cloned from https://github.com/maximedenes/native-coq.git, commit
>>> 7f6f7379b76c9c6240ab8083960a6531efa301c8 (which is the current one).
>>
>> Unless you have a reason to use such an outdated fork, I suggest using
>> Coq itself. The 8.5 branch (and all the 8.5 betas) contains this
>> native_compute mechanism.
>
> The main reason for using native-coq is that it has the "PArray"
> library, which appears to implement diffarrays. Coq 8.5beta2 does not
> have this library. I could build bindings for diffarrays myself, but I
> preferred them because they were "built in". I really need Arrays,
> IntMaps are too slow. DiffArrays seem to be fast enough in my tests.
>
> Is something similar in the newer Coq versions? Because I could not find
> it.
>
> Regards,
> Christoph
>



Archive powered by MHonArc 2.6.18.

Top of Page