diff options
Diffstat (limited to 'doc/zjit.md')
-rw-r--r-- | doc/zjit.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/zjit.md b/doc/zjit.md index 7af7fadfa2..e2489724d4 100644 --- a/doc/zjit.md +++ b/doc/zjit.md @@ -26,3 +26,6 @@ To run code snippets with ZJIT: ``` ./miniruby --zjit --e0 ``` + +You can also try https://www.rubyexplorer.xyz/ to view Ruby YARV disasm output with syntax highlighting +in a way that can be easily shared with other team members. |