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
The YJIT `ruby` binary can be built with either GCC or Clang. It can be built either in dev (debug) mode or in release mode. For maximum performance, compile YJIT in release mode with GCC. More detailed build instructions are provided in the [Ruby README](https://github.com/ruby/ruby#how-to-build).
94
+
The YJIT `ruby` binary can be built with either GCC or Clang.
95
+
It can be built either in dev (debug) mode or in release mode.
96
+
For maximum performance, compile YJIT in release mode with GCC.
97
+
See [Building Ruby](rdoc-ref:./contributing/building_ruby_md.html#building-ruby).
95
98
96
99
```sh
97
100
# Configure in release mode for maximum performance, build and install
0 commit comments