MJIT: Drop an obsoleted explanation [ci skip]
There's no MJIT worker thread anymore
This commit is contained in:
parent
33aa06e3e6
commit
bfc225764e
2
mjit.c
2
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>.
|
||||
|
2
mjit.h
2
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>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user