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

Enable YJIT for even-numbered update jobs #9663

Merged
merged 2 commits into from May 3, 2024

Conversation

landongrindheim
Copy link
Member

We primarily upgraded to Ruby 3.3 so that we could enable YJIT. We did this in order to hopefully mitigate some of the performance issues some of our larger customers have faced.

This change enables YJIT for some update jobs. The reason for the incremental enablement is that we would like to measure the impact that YJIT has before adopting it fully (which we intend to do).

We primarily upgraded to Ruby 3.3 so that we could enable YJIT. We did
this in order to hopefully mitigate some of the performance issues some
of our larger customers have faced.

This change enables YJIT for _some_ update jobs. The reason for the
incremental enablement is that we would like to measure the impact that
YJIT has before adopting it fully (which we intend to do).
@landongrindheim landongrindheim requested a review from a team as a code owner May 3, 2024 16:16
Copy link
Member

@bdragon bdragon left a comment

Choose a reason for hiding this comment

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

Nice idea

@landongrindheim landongrindheim merged commit a549c93 into main May 3, 2024
235 checks passed
@landongrindheim landongrindheim deleted the enable-yjit-for-even-numbered-update-jobs branch May 3, 2024 17:37
@JamieMagee
Copy link
Contributor

Related to #9633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants