mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Stop exporting symbols for MJIT
This commit is contained in:
parent
31f4b2d86b
commit
233ddfac54
Notes:
git
2023-03-07 05:59:44 +00:00
49 changed files with 116 additions and 193 deletions
|
@ -40,9 +40,7 @@ enum ruby_basic_operators {
|
|||
BOP_LAST_
|
||||
};
|
||||
|
||||
MJIT_SYMBOL_EXPORT_BEGIN
|
||||
RUBY_EXTERN short ruby_vm_redefined_flag[BOP_LAST_];
|
||||
MJIT_SYMBOL_EXPORT_END
|
||||
|
||||
/* optimize insn */
|
||||
#define INTEGER_REDEFINED_OP_FLAG (1 << 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue