mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[Feature #21116] Extract RJIT as a third-party gem
This commit is contained in:
parent
d35cc0cc77
commit
4a67ef09cc
Notes:
git
2025-02-13 09:51:08 +00:00
83 changed files with 50 additions and 14787 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue