From: "k0kubun (Takashi Kokubun)" Date: 2021-11-22T21:12:59+00:00 Subject: [ruby-core:106216] [Ruby master Feature#18349] Let --jit enable YJIT on supported platforms Issue #18349 has been updated by k0kubun (Takashi Kokubun). Right, I intend to keep `--jit` disabled by default in the scope of this ticket. ---------------------------------------- Feature #18349: Let --jit enable YJIT on supported platforms https://bugs.ruby-lang.org/issues/18349#change-94824 * Author: k0kubun (Takashi Kokubun) * Status: Open * Priority: Normal ---------------------------------------- ## Proposal * Rename the current `--jit` to `--mjit`, as well as reverting [Feature #17490] * Let `--jit` mean `--yjit` on YJIT-supported platforms, and `--mjit` on other platforms. ## Use case YJIT currently achieves better performance than MJIT in many benchmarks, which means users should choose YJIT over MJIT with Ruby 3.1 in many cases. Even in benchmarks where MJIT could perform well, you need to spend a lot of time to finish warmup and [tune MJIT carefully](https://speakerdeck.com/k0kubun/rubyconf-2021?slide=11) to see the peak performance. However, it's hard for many people, not including heavy users like you reading this, to understand which JIT variant they should try and/or use MJIT properly. Assuming x86 is prevalent enough, I want to make YJIT the default JIT so that non-heavy users will be able to see the benefit of JIT earlier. -- https://bugs.ruby-lang.org/ Unsubscribe: