mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix yjit readme link pointing to old shopify readme (#5596)
This commit is contained in:
parent
8b3b113d84
commit
fc7e42a473
Notes:
git
2022-02-25 04:12:40 +09:00
Merged-By: maximecb <maximecb@ruby-lang.org>
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ YJIT is a work in progress and as such may not yet be mature enough for mission-
|
|||
- Currently supports only macOS and Linux.
|
||||
- Currently supports only x86-64 CPUs.
|
||||
|
||||
Because there is no GC for generated code yet, your software could run out of executable memory if it is large enough. You can change how much executable memory is allocated using [YJIT's command-line options](https://github.com/Shopify/yjit#command-line-options).
|
||||
Because there is no GC for generated code yet, your software could run out of executable memory if it is large enough. You can change how much executable memory is allocated using [YJIT's command-line options](#command-line-options).
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue