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

ruby-changes:70772

From: Peter <ko1@a...>
Date: Fri, 7 Jan 2022 06:48:03 +0900 (JST)
Subject: [ruby-changes:70772] aeb344e65c (master): Revert "Enable Variable Width Allocation by default"

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

From aeb344e65c35b9ce72185497c0692751a1ab53cf Mon Sep 17 00:00:00 2001
From: Peter Zhu <peter@p...>
Date: Thu, 6 Jan 2022 16:46:36 -0500
Subject: Revert "Enable Variable Width Allocation by default"

This reverts commit d4a95428bb244ca8c4a97ad50f3837f191f1f0c3.
---
 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 0c434e5b050..51f863fc296 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 1
+# define USE_RVARGC 0
 #endif
 
 #endif /* RBIMPL_CONFIG_H */
-- 
cgit v1.2.1


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

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