You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/jit/zjit.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,38 @@ This project is open source and falls under the same license as CRuby.
11
11
ZJIT may not be suitable for certain applications. It currently only supports macOS, Linux and BSD on x86-64 and arm64/aarch64 CPUs. ZJIT will use more memory than the Ruby interpreter because the JIT compiler needs to generate machine code in memory and maintain additional state information.
12
12
You can change how much executable memory is allocated using [ZJIT's command-line options](rdoc-ref:@Command-Line+Options).
13
13
14
+
## Contributing
15
+
16
+
We welcome open source contributions. Feel free to open new issues to report
17
+
bugs or just to ask questions. Suggestions on how to make this document more
18
+
helpful for new contributors are most welcome.
19
+
20
+
Bug fixes and bug reports are very valuable to us. If you find a bug in ZJIT,
21
+
it's very possible that nobody has reported it before, or that we don't have
22
+
a good reproduction for it, so please open a ticket on [the official Ruby bug
23
+
tracker][rubybugs] (or, if you don't want to make an account, [on
24
+
Shopify/ruby][shopifyruby]) and provide as much information as you can about
25
+
your configuration and a description of how you encountered the problem. List
26
+
the commands you used to run ZJIT so that we can easily reproduce the issue on
27
+
our end and investigate it. If you are able to produce a small program
28
+
reproducing the error to help us track it down, that is very much appreciated
0 commit comments