Fix yjit readme link pointing to old shopify readme (#5596)

This commit is contained in:
Adrien S 2022-02-24 20:12:17 +01:00 committed by GitHub
parent 8b3b113d84
commit fc7e42a473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

@ -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