From f834b1a40db3ae70103ba78c64be2aa18bb9bc79 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 4 Oct 2023 10:28:32 -0700 Subject: YJIT: Add a comment for YJIT_OPTIONS [ci skip] --- yjit/src/options.rs | 1 + 1 file changed, 1 insertion(+) 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"), -- cgit v1.2.3