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

Collect ratio_in_yjit from YJIT stats if avalible #54

Merged
merged 3 commits into from
Feb 27, 2024
Merged

Conversation

errm
Copy link
Owner

@errm errm commented Feb 27, 2024

  • This is only collected if --yjit-stats is set in RUBYOPT
  • Since setting --yjit-stats has some overhead, we don't want to require it
  • I added a bin that we can shell out to with various values of RUBYOPT to intergration test this stuff, rather than trying to enable / disable yjit within the test suite process

* This is only collected if --yjit-stats is set in RUBYOPT
* Since setting --yjit-stats has some overhead, we don't want to require it
* I added a bin that we can shell out to with various values of RUBYOPT
  to intergration test this stuff, rather than trying to enable /
disable yjit within the test suite process
@errm errm merged commit 91ccf91 into master Feb 27, 2024
4 checks passed
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.

1 participant