MJIT: Drop an obsoleted explanation [ci skip]

There's no MJIT worker thread anymore
This commit is contained in:
Takashi Kokubun 2022-12-08 22:40:34 -08:00
parent 33aa06e3e6
commit bfc225764e
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
2 changed files with 2 additions and 2 deletions

2
mjit.c
View File

@ -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>.

2
mjit.h
View File

@ -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>.