Shopify / yjit

Optimizing JIT compiler built inside CRuby
658 stars 19 forks source link

Tweak mjit_exec() to remove YJIT symbol exports #272

Closed XrXr closed 3 years ago

XrXr commented 3 years ago

We were exporting a couple of symbols in yjit.h because they could be used by code generated by MJIT. We don't want MJIT calling into YJIT code anyways so let's stop exporting them to libruby.so.

Also adjust indentation and comments in mjit_exec().


Will probably conflict with the merge of #270