summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-17 22:31:41 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-17 22:31:41 -0700
commit644c9985256e8bf52d8ec362dcebe4a437e7fd51 (patch)
treee70f0f8b29fc28df34403026bceadb3a85bcf5f6 /doc
parentb9f411b3a855f13b3ab9f5b0fa9845a078e1bc93 (diff)
downloadruby-644c9985256e8bf52d8ec362dcebe4a437e7fd51.tar.gz
RJIT: Support --rjit-stats on release build as well
Diffstat (limited to 'doc')
-rw-r--r--doc/rjit/rjit.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/rjit/rjit.md b/doc/rjit/rjit.md
index 77be56bfb5..feac739b02 100644
--- a/doc/rjit/rjit.md
+++ b/doc/rjit/rjit.md
@@ -22,7 +22,8 @@ You may still manually pass `--enable-rjit` to try RJIT on unsupported platforms
### --enable-rjit=dev
-`--enable-rjit=dev` makes the interpreter slower, but enables `ruby --rjit-stats` to work.
+`--enable-rjit=dev` makes the interpreter slower, but enables `vm_insns_count` and `ratio_in_rjit`
+in `ruby --rjit-stats` to work.
## make
### rjit-bindgen
@@ -35,7 +36,7 @@ macOS seems to have libclang by default. On Ubuntu, you can install it with `apt
## ruby
### --rjit-stats
-This prints RJIT stats at exit. Available with `--enable-rjit=dev` on configure.
+This prints RJIT stats at exit. Some stats are available only with `--enable-rjit=dev` on configure.
### --rjit-dump-disasm