You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ratio_in_zjit` stat shows the percentage of Ruby instructions executed in JIT code vs interpreter. This metric only appears when ZJIT is built with `--enable-zjit=stats` (which enables `rb_vm_insn_count` tracking) and represents a key performance indicator for ZJIT effectiveness.
148
+
149
+
To build with stats support:
150
+
151
+
```bash
152
+
./configure --enable-zjit=stats
153
+
make -j
154
+
```
155
+
113
156
## ZJIT Glossary
114
157
115
158
This glossary contains terms that are helpful for understanding ZJIT.
0 commit comments