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

Guard --yjit-stats behind #[cfg(feature = "stats")] #6409

Merged
merged 5 commits into from Sep 20, 2022

Conversation

maximecb
Copy link
Contributor

@eileencodes ran into an issue where std::arch::is_aarch64_feature_detected!("lse") is not supported by rust 1.59, and so compilation fails.

More broadly, maybe we should check that we can at least compile with Rust 1.58.1 on the arm64 CI, but in the mean time, guarding this behind the stats feature should make it so that YJIT will build in release mode on those older Rust versions.

@matzbot matzbot requested a review from a team September 20, 2022 20:21
@maximecb maximecb merged commit d3733c2 into ruby:master Sep 20, 2022
@maximecb maximecb deleted the yjit_guard_stats branch September 20, 2022 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants