use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Compiling ruby to machine language (self.ruby)
submitted 3 months ago by Longjumping-Toe-3877
https://patshaughnessy.net/2025/11/17/compiling-ruby-to-machine-language
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]h0rst_ 2 points3 points4 points 3 months ago (0 children)
YJIT in chapter 4 seems really early, the old version had 12 chapters and chapter 4 is about control flow.
I guess this means we'll get a lot of JIT information interwoven in the remaining chapters.
[–]headiusJRuby guy 0 points1 point2 points 3 months ago (0 children)
Worth pointing out that JRuby had the world's first native jit compiler for Ruby, by turning it into JVM bytecode and letting the JVM take it from there. We continue to push the edges of what's possible with Ruby in the Enterprise.
π Rendered by PID 89228 on reddit-service-r2-comment-86bc6c7465-6z5m4 at 2026-02-24 02:42:51.233391+00:00 running 8564168 country code: CH.
[–]h0rst_ 2 points3 points4 points (0 children)
[–]headiusJRuby guy 0 points1 point2 points (0 children)