ruby-changes:68636
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:11:17 +0900 (JST)
Subject: [ruby-changes:68636] a245db8df8 (master): Export MicroJIT global used in MJIT
https://git.ruby-lang.org/ruby.git/commit/?id=a245db8df8 From a245db8df8d69feca7c36b4824f26ee6f802721a Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Fri, 16 Oct 2020 13:44:09 -0400 Subject: Export MicroJIT global used in MJIT --- ujit_compile.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ujit_compile.h b/ujit_compile.h index f5507ce5e4..ae5126a5b5 100644 --- a/ujit_compile.h +++ b/ujit_compile.h @@ -10,7 +10,9 @@ typedef struct rb_iseq_struct rb_iseq_t; https://github.com/ruby/ruby/blob/trunk/ujit_compile.h#L10 #define rb_iseq_t rb_iseq_t #endif +RUBY_SYMBOL_EXPORT_BEGIN extern bool rb_ujit_enabled; +RUBY_SYMBOL_EXPORT_END static inline bool rb_ujit_enabled_p(void) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/