ruby-changes:68949
From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:19:25 +0900 (JST)
Subject: [ruby-changes:68949] ecd4487a48 (master): Remove #define MAX_VERSIONS, now using command-line option
https://git.ruby-lang.org/ruby.git/commit/?id=ecd4487a48 From ecd4487a48eb125515ab3e1e739803f7a1895e6a Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@s...> Date: Wed, 9 Jun 2021 13:49:14 -0400 Subject: Remove #define MAX_VERSIONS, now using command-line option --- yjit_core.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yjit_core.c b/yjit_core.c index 088b0593d1..837cae408a 100644 --- a/yjit_core.c +++ b/yjit_core.c @@ -10,10 +10,6 @@ https://github.com/ruby/ruby/blob/trunk/yjit_core.c#L10 #include "yjit_core.h" #include "yjit_codegen.h" -// Maximum number of specialized block versions per block -// Zero means generic versions only -#define MAX_VERSIONS 3 - /* Get an operand for the adjusted stack pointer address */ -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/