mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update yjit.md
This commit is contained in:
parent
de0af4faad
commit
d11ea2520e
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ To cite this repository in your publications, please use this bibtex snippet:
|
|||
YJIT is a work in progress and as such may not yet be mature enough for mission-critical software. Below is a list of known limitations, all of which we plan to eventually address:
|
||||
|
||||
- No garbage collection for generated code.
|
||||
- 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).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue