YJIT: Building a New JIT Compiler Inside CRuby

This page summarizes the projects mentioned and recommended in the original post on /r/ruby

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.
judoscale.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. yjit

    Optimizing JIT compiler built inside CRuby

    We allocate our own chunk of executable memory and append/rewrite the end of it as we compile new blocks. We have our own in-memory assembler that's implemented here. It's x86 only right now, totally not portable, but over the course of the summer we're going to work on a backend that can open up the possibility of ARM64 support and some lower-level optimizations.

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.

    Judoscale logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Install Ruby 3.2.0 with YJIT

    1 project | dev.to | 9 Jan 2023
  • YJIT: Building a New JIT Compiler for CRuby

    3 projects | /r/ruby | 15 Oct 2021
  • Ruby and Rails never had anything like Shopify

    1 project | /r/ruby | 19 Jun 2021
  • YJIT: Building a New JIT Compiler Inside CRuby

    1 project | news.ycombinator.com | 2 Jun 2021
  • Ruby 3.3.0-preview1 Released

    2 projects | /r/ruby | 12 May 2023

Did you know that Ruby is
the 12th most popular programming language
based on number of references?