Support hash options for YJIT configuration by a5-stable · Pull Request #54662 · rails/rails
Motivation / Background Currently, Rails allows enabling YJIT using config.yjit = true, but it does not support configuring YJIT options through this setting. While options such as stats and log ca...