summaryrefslogtreecommitdiff
path: root/mjit.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-08 22:40:34 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-08 22:40:56 -0800
commitbfc225764e2b52126b1ff6632de9e9ac6a0aa15d (patch)
tree434d8d2cd9ce493732ca3e6a1b67310d2a018305 /mjit.c
parent33aa06e3e6570b7549440dbd2908ba5eee2ce19c (diff)
MJIT: Drop an obsoleted explanation [ci skip]
There's no MJIT worker thread anymore
Diffstat (limited to 'mjit.c')
-rw-r--r--mjit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit.c b/mjit.c
index ee45703493..19bc0b4aab 100644
--- a/mjit.c
+++ b/mjit.c
@@ -1,6 +1,6 @@
/**********************************************************************
- mjit.c - MRI method JIT compiler functions for Ruby's main thread
+ mjit.c - MRI method JIT compiler functions
Copyright (C) 2017 Vladimir Makarov <vmakarov@redhat.com>.
Copyright (C) 2017 Takashi Kokubun <k0kubun@ruby-lang.org>.