[前][次][番号順一覧][スレッド一覧]

ruby-changes:70767

From: Peter <ko1@a...>
Date: Fri, 7 Jan 2022 04:33:46 +0900 (JST)
Subject: [ruby-changes:70767] d4a95428bb (master): Enable Variable Width Allocation by default

https://git.ruby-lang.org/ruby.git/commit/?id=d4a95428bb

From d4a95428bb244ca8c4a97ad50f3837f191f1f0c3 Mon Sep 17 00:00:00 2001
From: Peter Zhu <peter@p...>
Date: Thu, 6 Jan 2022 09:00:19 -0500
Subject: Enable Variable Width Allocation by default

---
 include/ruby/internal/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ruby/internal/config.h b/include/ruby/internal/config.h
index 51f863fc296..0c434e5b050 100644
--- a/include/ruby/internal/config.h
+++ b/include/ruby/internal/config.h
@@ -147,7 +147,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/config.h#L147
 #endif /* HAVE_VA_ARGS_MACRO */
 
 #ifndef USE_RVARGC
-# define USE_RVARGC 0
+# define USE_RVARGC 1
 #endif
 
 #endif /* RBIMPL_CONFIG_H */
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]