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: en/news/_posts/2018-12-15-ruby-2-6-0-rc2-released.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Ruby 2.6 introduces an initial implementation of a JIT (Just-in-time) compiler.
19
19
20
20
The JIT compiler aims to improve performance of any Ruby program execution.
21
21
Unlike ordinary JIT compilers for other languages, Ruby's JIT compiler does JIT compilation in a unique way, which writes C code to a disk and spawns a common C compiler process to generate native code.
22
-
See also: [MJIT organization by Vladimir Makarov](https://github.com/vnmakarov/ruby/tree/rtl_mjit_branch#mjit-organization).
22
+
See also: [MJIT organization (by Vladimir Makarov)](https://github.com/vnmakarov/ruby/tree/rtl_mjit_branch#mjit-organization).
23
23
24
24
How to use: Just specify `--jit` in the command line or `$RUBYOPT` environment variable.
25
25
Specifying `--jit-verbose=1` allows to print basic information of ongoing JIT compilation. See `ruby --help` for other options.
@@ -46,7 +46,7 @@ The `RubyVM::AbstractSyntaxTree::Node` class is also introduced. You can get loc
46
46
47
47
* Constant names may start with a non-ASCII capital letter. [[Feature #13770]](https://bugs.ruby-lang.org/issues/13770)
0 commit comments