Explain the project purpose in rjit.md [ci skip]

This commit is contained in:
Takashi Kokubun 2023-03-09 20:57:06 -08:00
parent fade612d18
commit 65f2563551

View File

@ -1,7 +1,12 @@
# RJIT
# RJIT: Ruby JIT
This document has some tips that might be useful when you work on RJIT.
## Project purpose
This project is for experimental purposes.
For production deployment, consider using YJIT instead.
## Supported platforms
The following platforms are assumed to work. `linux-x86_64` is tested on CI.