summaryrefslogtreecommitdiff
path: root/doc/yjit
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-10-15 17:19:17 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:43 -0400
commitd11ea2520e24fdc7114a6400f00c96d241665bff (patch)
treea068bee84b64f238cb43dc92b773500f7b9f7ea3 /doc/yjit
parentde0af4faada742ca5113318776aa2d96e403a982 (diff)
Update yjit.md
Diffstat (limited to 'doc/yjit')
-rw-r--r--doc/yjit/yjit.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index dc890da0bc..0f474277f3 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -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).