Project

General

Profile

ยซ Previous | Next ยป 

Revision 912ea825

Added by k0kubun (Takashi Kokubun) about 3 years ago

YJIT: Support Rust 1.58.1 for --yjit-stats on Arm (#6410)

  • YJIT: Test Rust 1.58.1 as well on Cirrus

  • YJIT: Avoid using a Rust 1.60.0 feature

  • YJIT: Use autoconf to detect support

  • YJIT: We actually need to run it

for checking it properly

  • YJIT: Try cfg!(target_feature = "lse")

  • Revert "YJIT: Try cfg!(target_feature = "lse")"

This reverts commit 4e2a9ca9a9c83052c23b5e205c91bdf79e88342e.

  • YJIT: Add --features stats only when it works

  • Update configure.ac

Co-authored-by: Maxime Chevalier-Boisvert