From 1004d693b7a3db5db98be59a3d3d468d2ee21ca5 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Mon, 12 Dec 2022 15:13:46 -0500 Subject: Make it so YJIT is no longer marked as experimental (#6909) Tested on production workloads at Shopify for > 1 year and proven to be quite stable. Enabling YJIT at run-time is still guarded behind the --yjit command-line option for now. --- yjit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yjit.rb') diff --git a/yjit.rb b/yjit.rb index a487f23b52..0103c7c124 100644 --- a/yjit.rb +++ b/yjit.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# This module allows for introspection of YJIT, CRuby's experimental in-process +# This module allows for introspection of YJIT, CRuby's in-process # just-in-time compiler. This module exists only to help develop YJIT, as such, # everything in the module is highly implementation specific and comes with no # API stability guarantee whatsoever. -- cgit v1.2.1