[Feature #21116] Extract RJIT as a third-party gem

This commit is contained in:
Nobuyoshi Nakada 2025-02-13 15:59:16 +09:00
parent d35cc0cc77
commit 4a67ef09cc
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
Notes: git 2025-02-13 09:51:08 +00:00
83 changed files with 50 additions and 14787 deletions

View file

@ -11,7 +11,7 @@
#include <math.h>
#if USE_YJIT || USE_RJIT
#if USE_YJIT
// The number of instructions executed on vm_exec_core. --yjit-stats uses this.
RB_THREAD_LOCAL_SPECIFIER uint64_t rb_vm_insns_count = 0;
#endif