ZJIT: Add --zjit-stats (#14034)

This commit is contained in:
Takashi Kokubun 2025-07-29 10:00:15 -07:00 committed by GitHub
parent a66e4f2154
commit b22eb0e468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 212 additions and 25 deletions

4
vm.c
View file

@ -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"