summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2023-11-20 16:26:18 -0500
committerGitHub <noreply@github.com>2023-11-20 21:26:18 +0000
commitf9628fb4be1c5eb5a652a6c3d3d97530bdcc76a5 (patch)
tree9f30a4aae59ea7c4345847d8824da8192fec2855 /doc
parent323bec6295e46a6f4926e742f7444fc54924b527 (diff)
YJIT: make --yjit-max-versions=N option undocumented (#8962)
Not useful for the vast majority of end users to change this option.
Diffstat (limited to 'doc')
-rw-r--r--doc/yjit/yjit.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index 5e3e7e961b..c0333a584b 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -172,7 +172,6 @@ compiled, lower values mean less code is compiled (default 200000)
- `--yjit-stats`: print statistics after the execution of a program (incurs a run-time cost)
- `--yjit-stats=quiet`: gather statistics while running a program but don't print them. Stats are accessible through `RubyVM::YJIT.runtime_stats`. (incurs a run-time cost)
- `--yjit-trace-exits`: produce a Marshal dump of backtraces from specific exits. Automatically enables `--yjit-stats`
-- `--yjit-max-versions=N`: maximum number of versions to generate per basic block (default 4)
- `--yjit-perf`: Enable frame pointers and profiling with the `perf` tool
Note that there is also an environment variable `RUBY_YJIT_ENABLE` which can be used to enable YJIT.