Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't add +YJIT to RUBY_DESCRIPTION until it's actually enabled #10920

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

casperisfine
Copy link
Contributor

If you start Ruby with --yjit-disable, the +YJIT shouldn't be added until RubyVM::YJIT.enable is actually called. Otherwise it's confusing in crash reports etc.

Backport of #10916 as suggested by @k0kubun

If you start Ruby with `--yjit-disable`, the `+YJIT` shouldn't be
added until `RubyVM::YJIT.enable` is actually called. Otherwise
it's confusing in crash reports etc.
Copy link
Member

@k0kubun k0kubun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@k0kubun k0kubun merged commit d0327a7 into ruby:ruby_3_3 Jun 5, 2024
96 checks passed
@k0kubun k0kubun deleted the ruby_3_3-yjit-disabled-description branch June 5, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants