Backport YJIT docs for Ruby 3.2 #9245
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note for YJIT team: This is for
ruby_3_2
branch. @nagachika allowed me to make this change, and the branch maintainer is supposed to merge this PR.We've written a nice documentation for Ruby 3.2 YJIT after that version is released. Then we changed a lot of things in YJIT, so now we have to rewrite it for Ruby 3.3 YJIT.
It's nice to leave a documentation for Ruby 3.2 YJIT somewhere, so this PR backports the YJIT document as of 6310522 (which is before #9068 that includes a code GC-related change I don't want to include for Ruby 3.2) to Ruby 3.2 branch. I just copied that version and then removed things that are related to Ruby 3.3 or made in 2023.