ruby-changes:59477
From: Koichi <ko1@a...>
Date: Wed, 25 Dec 2019 14:38:47 +0900 (JST)
Subject: [ruby-changes:59477] 9808e01090 (master): export a function for MJIT.
https://git.ruby-lang.org/ruby.git/commit/?id=9808e01090 From 9808e010907bb16068497d9f0f8593a7165fa42d Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Wed, 25 Dec 2019 14:37:53 +0900 Subject: export a function for MJIT. rb_iseq_complete() can be used by MJIT. diff --git a/compile.c b/compile.c index 4343443..7043ba9 100644 --- a/compile.c +++ b/compile.c @@ -11452,7 +11452,7 @@ rb_ibf_load_iseq_complete(rb_iseq_t *iseq) https://github.com/ruby/ruby/blob/trunk/compile.c#L11452 } #if USE_LAZY_LOAD -const rb_iseq_t * +MJIT_FUNC_EXPORTED const rb_iseq_t * rb_iseq_complete(const rb_iseq_t *iseq) { rb_ibf_load_iseq_complete((rb_iseq_t *)iseq); -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/