Jean-Christophe Léchenet

Results 173 comments of Jean-Christophe Léchenet

Never mind, this is an occurrence of https://github.com/LPCIC/coq-elpi/issues/543, closing.

On Linux, even with opam 2.2~alpha2, I get an error ``` /tmp/dir with spaces% opam switch create toto --packages ocaml.4.14.1 --jobs=1 Installing new switch packages Switch invariant: ["ocaml" {= "4.14.1"}]...

I took the liberty to rename the pass ("prelowering" was unclear). If you agree with the changes I did, I'll merge.

One side note: maybe it would make sense not to print the program after the pass when actually the pass is not called (on x86 and arm), but this is...

Ok, I'm merging then.

The inlining of global variables was not done in #541 for the bounds of `for` loops. Is this feature desirable? We expect the bounds of a `for` loop to be...

I think in some cases, this can be useful. At least, this is tested in the test-suite.

But it does not seem to be used in libjade at the moment.

I thought about it, and I think the fact that adding RA to the callee_save registers avoids the problem on our examples is more or less luck. Indeed, callee_save registers...