[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

1
eval.c
View file

@ -32,7 +32,6 @@
#include "internal/variable.h"
#include "ruby/fiber/scheduler.h"
#include "iseq.h"
#include "rjit.h"
#include "probes.h"
#include "probes_helper.h"
#include "ruby/vm.h"