summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index dff716d281..6760a56950 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,6 @@ 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 support for the `TracePoint` API (see [#54](https://github.com/Shopify/yjit/issues/54)).
- No garbage collection for generated code.
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).