Note on Ruby 3.2’s YJIT Is Production-Ready via Shopify
One of the challenges with JIT compilers is that they always incur some amount of memory overhead over interpreters. At the most basic level, a JIT compiler needs to generate executable machine code, which an interpreter doesn’t, so JIT compilers must use more memory than interpreters. On top of that, however, JIT compilers also need to allocate memory for auxiliary data structure (metadata), which can also add quite a bit of extra memory overhead.
Reference
-
Permalink (
2023.NTE.084) - On
- In Notes
- Tagged memory, compilers, software, programming-languages
- From Ruby 3.2’s YJIT Is Production-Ready
- Edit
| ← Previous | Next → |
| Fitbod - Chest, Shoulders, Abductors, Adductors, Neck 🏋️ | Writing a Better Readwise to Day One Importer |