Our Experience Porting the YJIT Ruby Compiler to Rust
ARANK

In this post, I want to give a nuanced perspective on our experience porting YJIT from C to Rust. I'll talk about the positives, but also discuss the things that we found challenging or suboptimal in our experience.

shopify.engineering
Related Topics: Rust Ruby
2 comments
  • ShopifyがRubyに実装したYJITをCからRustに移植したときの体験記。やや長め。基本的な感触は良好のようだけど細かな部分でpain pointはあったよう。

    Our Experience Porting the YJIT Ruby Compiler to Rust — Development (2022)
    shopify.engineering/porting-yjit-r…

  • ShopifyのチームによるYJITのCからRustへの移行作業について。C言語のしんどさ、Rustの嬉しさ、ビルド時の困難などについて触れられている。移行自体は3ヶ月でできたとのこと。