エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Feature #14235: Merge MJIT infrastructure with conservative JIT compiler - Ruby - Ruby Issue Tracking System
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Feature #14235: Merge MJIT infrastructure with conservative JIT compiler - Ruby - Ruby Issue Tracking System
Background¶ In Feature#12589, Vladimir Makarov proposed to improve VM performance by replacing VM... Background¶ In Feature#12589, Vladimir Makarov proposed to improve VM performance by replacing VM instructions to RTL and introduce method JIT compiler based on those instructions. While his approach for JIT (write C code to local file system, let C compiler executable to compile it to shared object file and load it dynamically) was great and proven to work, replacing all VM instructions may chang