aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-10-04 10:28:32 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-10-04 10:28:32 -0700
commitf834b1a40db3ae70103ba78c64be2aa18bb9bc79 (patch)
tree8a5911b48d6bb7772af806a6d1a3645d14942ff5 /yjit
parent7db6f448ed9ba6a5c27a750416cb6877711a7c05 (diff)
downloadruby-f834b1a40db3ae70103ba78c64be2aa18bb9bc79.tar.gz
YJIT: Add a comment for YJIT_OPTIONS [ci skip]
Diffstat (limited to 'yjit')
-rw-r--r--yjit/src/options.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit/src/options.rs b/yjit/src/options.rs
index e8d08aae50..455b3806fb 100644
--- a/yjit/src/options.rs
+++ b/yjit/src/options.rs
@@ -80,6 +80,7 @@ pub static mut OPTIONS: Options = Options {
dump_iseq_disasm: None,
};
+/// YJIT option descriptions for `ruby --help`.
static YJIT_OPTIONS: [(&str, &str); 8] = [
("--yjit-stats", "Enable collecting YJIT statistics"),
("--yjit-trace-exits", "Record Ruby source location when exiting from generated code"),