aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-07 04:29:00 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-07 04:29:00 +0000
commit38a8ccbd2d451e75f31686ea588a6ea28a295809 (patch)
treec73fc007019a217a434f80262cfbdce4aa5ebb0d /mjit.c
parentaa2b17ec5ebf38d8616c2180199abc76a3d14d00 (diff)
downloadruby-38a8ccbd2d451e75f31686ea588a6ea28a295809.tar.gz
mjit.c: fix obsoleted comment [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mjit.c')
-rw-r--r--mjit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mjit.c b/mjit.c
index 56e7bb6792..87b4a3e990 100644
--- a/mjit.c
+++ b/mjit.c
@@ -304,8 +304,8 @@ mjit_add_iseq_to_process(const rb_iseq_t *iseq)
/* For this timeout seconds, --jit-wait will wait for JIT compilation finish. */
#define MJIT_WAIT_TIMEOUT_SECONDS 60
-/* Wait for JIT compilation finish for --jit-wait. This should only return a function pointer
- or NOT_COMPILED_JIT_ISEQ_FUNC. */
+/* Wait for JIT compilation finish for --jit-wait, and call the function pointer
+ if the compiled result is not NOT_COMPILED_JIT_ISEQ_FUNC. */
VALUE
mjit_wait_call(rb_execution_context_t *ec, struct rb_iseq_constant_body *body)
{