mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
ZJIT: Add --zjit-stats (#14034)
This commit is contained in:
parent
a66e4f2154
commit
b22eb0e468
17 changed files with 212 additions and 25 deletions
4
vm.c
4
vm.c
|
@ -35,6 +35,8 @@
|
|||
#include "iseq.h"
|
||||
#include "symbol.h" // This includes a macro for a more performant rb_id2sym.
|
||||
#include "yjit.h"
|
||||
#include "insns.inc"
|
||||
#include "zjit.h"
|
||||
#include "ruby/st.h"
|
||||
#include "ruby/vm.h"
|
||||
#include "vm_core.h"
|
||||
|
@ -45,8 +47,6 @@
|
|||
#include "ractor_core.h"
|
||||
#include "vm_sync.h"
|
||||
#include "shape.h"
|
||||
#include "insns.inc"
|
||||
#include "zjit.h"
|
||||
|
||||
#include "builtin.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue