|
You are here |
pointersgonewild.com | ||
| | | | |
eregon.me
|
|
| | | | | In this blog post we benchmark many Ruby versions and the latest Ruby Just-in-Time compilers (JITs) on the newest Ruby benchmark suite, yjit-bench. As a teaser, the geometric mean speedups compared to CRuby 3.1 on these 14 benchmarks are: MJIT 1.26x, YJIT 1.39x, JRuby 1.86x and TruffleRuby 6.23x. Read on to find more about the benchmarks and gain insights on these speedups. This blog post is also available on Medium. | |
| | | | |
www.wingolog.org
|
|
| | | | | wingolog: article: inside full-codegen, v8's baseline compiler | |
| | | | |
stefan-marr.de
|
|
| | | | | Lectures on programming language interpreters and just-in-time compilation | |
| | | | |
mathspp.com
|
|
| | | In the 4th part of building a Python compiler and interpreter we will add support for more arithmetic operations and parenthesised expressions. | ||