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:
parent
6100b52ecf
commit
47900e10e3
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue