ruby-changes:52719
From: k0kubun <ko1@a...>
Date: Sun, 7 Oct 2018 13:29:03 +0900 (JST)
Subject: [ruby-changes:52719] k0kubun:r64931 (trunk): mjit.c: fix obsoleted comment [ci skip]
k0kubun 2018-10-07 13:29:00 +0900 (Sun, 07 Oct 2018) New Revision: 64931 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64931 Log: mjit.c: fix obsoleted comment [ci skip] Modified files: trunk/mjit.c Index: mjit.c =================================================================== --- mjit.c (revision 64930) +++ mjit.c (revision 64931) @@ -304,8 +304,8 @@ mjit_add_iseq_to_process(const rb_iseq_t https://github.com/ruby/ruby/blob/trunk/mjit.c#L304 /* 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) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/