aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.h
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.h
parent33aa06e3e6570b7549440dbd2908ba5eee2ce19c (diff)
downloadruby-bfc225764e2b52126b1ff6632de9e9ac6a0aa15d.tar.gz
MJIT: Drop an obsoleted explanation [ci skip]
There's no MJIT worker thread anymore
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit.h b/mjit.h
index 1f77c733d7..fc4f6eda27 100644
--- a/mjit.h
+++ b/mjit.h
@@ -2,7 +2,7 @@
#define RUBY_MJIT_H 1
/**********************************************************************
- mjit.h - Interface to MRI method JIT compiler for Ruby's main thread
+ mjit.h - Interface to MRI method JIT compiler
Copyright (C) 2017 Vladimir Makarov <vmakarov@redhat.com>.
Copyright (C) 2017 Takashi Kokubun <k0kubun@ruby-lang.org>.