Re: Handling --enable-experimental-jit in Python 3.13

2024-06-24 Thread Miro Hrončok
On 24. 06. 24 23:08, Fabio Valentini wrote: On Mon, Jun 24, 2024 at 3:53 PM Miro Hrončok wrote: On 17. 04. 24 18:40, Victor Stinner wrote: On Wed, Apr 17, 2024 at 2:38 PM Miro Hrončok wrote: Victor, do you think it would be possible to build in the JIT support but have a runtime opt-out/opt

Re: Handling --enable-experimental-jit in Python 3.13

2024-06-24 Thread Fabio Valentini
On Mon, Jun 24, 2024 at 3:53 PM Miro Hrončok wrote: > > On 17. 04. 24 18:40, Victor Stinner wrote: > > On Wed, Apr 17, 2024 at 2:38 PM Miro Hrončok wrote: > >> Victor, do you think it would be possible to build in the JIT support but > >> have > >> a runtime opt-out/opt-in switch? That way, we c

Re: Handling --enable-experimental-jit in Python 3.13

2024-06-24 Thread Miro Hrončok
On 17. 04. 24 18:40, Victor Stinner wrote: On Wed, Apr 17, 2024 at 2:38 PM Miro Hrončok wrote: Victor, do you think it would be possible to build in the JIT support but have a runtime opt-out/opt-in switch? That way, we can build it, but disable it by default, unless our users want to experimen