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

YJIT: Merge x86_merge into x86_split #7487

Merged
merged 1 commit into from Mar 9, 2023
Merged

Conversation

k0kubun
Copy link
Member

@k0kubun k0kubun commented Mar 9, 2023

This speeds up compilation.

before: ruby 3.3.0dev (2023-03-09T17:34:04Z master 1347d707ca) +YJIT [x86_64-linux]
after: ruby 3.3.0dev (2023-03-09T18:34:45Z yjit-merge-pass 5956f0098d) +YJIT [x86_64-linux]

----------  -----------  ----------  ----------  ----------  ------------  -------------
bench       before (ms)  stddev (%)  after (ms)  stddev (%)  before/after  after 1st itr
30k_ifelse  880.2        0.0         802.9       0.0         1.10          1.10
----------  -----------  ----------  ----------  ----------  ------------  -------------

@matzbot matzbot requested a review from a team March 9, 2023 18:37
@k0kubun k0kubun merged commit 4871429 into ruby:master Mar 9, 2023
@k0kubun k0kubun deleted the yjit-merge-pass branch March 9, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants