Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
Geth MoarVM/main: dd98cb2e34 | MasterDuke17++ (committed using GitHub Web editor) | src/moar.c
Don't try to enable the JIT unless it's possible (#1887)

Currently the *only* way to disable some JIT-related functionality is to set MVM_JIT_DISABLE. But if it's not even possible to have a JIT (e.g., it doesn't exist for the architecture (e.g., AARCH64)), let's disable it then also.
10:15