ruby-changes:74438
From: Takashi <ko1@a...>
Date: Fri, 11 Nov 2022 06:16:51 +0900 (JST)
Subject: [ruby-changes:74438] d905632851 (master): Define YJIT_STATS on --enable-yjit=stats (#6710)
https://git.ruby-lang.org/ruby.git/commit/?id=d905632851 From d9056328514041c22f73809921118fa7a1478092 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Thu, 10 Nov 2022 13:16:25 -0800 Subject: Define YJIT_STATS on --enable-yjit=stats (#6710) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b71116ace7..ca234e3c90 100644 --- a/configure.ac +++ b/configure.ac @@ -3806,6 +3806,7 @@ AS_CASE(["${YJIT_SUPPORT}"], https://github.com/ruby/ruby/blob/trunk/configure.ac#L3806 [stats], [ rb_rust_target_subdir=stats CARGO_BUILD_ARGS='--profile stats --features stats' + AC_DEFINE(YJIT_STATS, 1) ]) AS_IF([test -n "${CARGO_BUILD_ARGS}"], [ -- cgit v1.2.3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/