summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-09 20:57:06 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-09 20:57:07 -0800
commit65f2563551faead262731083cc30593dfcbd9083 (patch)
treef4ce3a3a16e34103242e8c0adfc6908017001826 /doc
parentfade612d187a41beb13d5213a9d41a6eda76bd8c (diff)
downloadruby-65f2563551faead262731083cc30593dfcbd9083.tar.gz
Explain the project purpose in rjit.md [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/rjit/rjit.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/rjit/rjit.md b/doc/rjit/rjit.md
index 22cd54dc4c..273fdbeb9d 100644
--- a/doc/rjit/rjit.md
+++ b/doc/rjit/rjit.md
@@ -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.