FStarLang / FStar

A Proof-oriented Programming Language
https://fstar-lang.org
Apache License 2.0
2.67k stars 231 forks source link

Meta-F* wish list #1419

Open nikswamy opened 6 years ago

nikswamy commented 6 years ago
catalin-hritcu commented 6 years ago

Regarding the compilation of the canonizer (branch c_canon-native) @victor-dumitrescu has the latest status, but last time we looked at it together when we were leaving Seattle compilation was working but we hit a nasty issue: the compiled version had very different reduction behavior compared to the interpreted one, which could at least in part be a consequence of different reduction strategies (lazy vs cbv).

We also realized that with the curent implementation functions like canon and Xdenote are not run natively. Some of them could be separately compiled as a plugin but AFAIK not all, plus some of the manual unfolding would need to be turned off ...

mtzguido commented 6 years ago