1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update ujit.md

This commit is contained in:
Maxime Chevalier-Boisvert 2021-02-25 10:33:08 -05:00 committed by Alan Wu
parent 6100b52ecf
commit 47900e10e3

View file

@ -1,6 +1,8 @@
MicroJIT (uJIT)
===============
**DISCLAIMER: Please note that this project is in early stages of development. It may cause your software to crash or perform poorly on certain workloads.**
MicroJIT is a lightweight, minimalistic Ruby JIT built inside the CRuby/MRI binary.
It lazily compiles code using a Basic Block Versioning (BBV) architecture. The target use case is that of servers running
Ruby on Rails, an area where CRuby's MJIT has not yet managed to deliver speedups.