Re: [sage-devel] Sage and the Pyjion JIT compiler

2022-01-31 Thread Thierry Dumont
Le 31/01/2022 à 08:01, Matthias Koeppe a écrit : We may be able to speed up the parts of Sage that are implemented in Python using the Pyjion JIT compiler (https://www.trypyjion.com/). Running the Sage test suite with  Pyjion activated works remarkably well; there are only a small number of

[sage-devel] Sage and the Pyjion JIT compiler

2022-01-30 Thread Matthias Koeppe
We may be able to speed up the parts of Sage that are implemented in Python using the Pyjion JIT compiler (https://www.trypyjion.com/). Running the Sage test suite with Pyjion activated works remarkably well; there are only a small number of crashes and test failures. I haven't checked whether