summaryrefslogtreecommitdiff
path: root/yjit.rb
diff options
context:
space:
mode:
authora5-stable <[email protected]>2025-03-05 22:46:57 +0900
committerAlan Wu <[email protected]>2025-03-05 10:19:31 -0500
commit53579e5718b82dd655cd7bb129c86b83ecdb625d ()
tree35c2c6f09e215598b15e9bc81a6c3679b2b8c086 /yjit.rb
parent36ee0c1acb45760d63fc7dcb9a4d2b6002a58a4f (diff)
yjit.rb: Fix parameter name in documentation
Notes: Merged: https://.com/ruby/ruby/pull/12856
-rw-r--r--yjit.rb2
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ module RubyVM::YJIT
Primitive.rb_yjit_reset_stats_bang
end
- # Enable \YJIT compilation. `stats` option decides whether to enable \YJIT stats or not. `compilation_log` decides
# whether to enable \YJIT compilation logging or not. Optional `mem_size` and `call_threshold` can be
# provided to override default configuration.
#