From 65f2563551faead262731083cc30593dfcbd9083 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 9 Mar 2023 20:57:06 -0800 Subject: Explain the project purpose in rjit.md [ci skip] --- doc/rjit/rjit.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3