summaryrefslogtreecommitdiff
path: root/README.EXT
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-24 05:13:43 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-24 05:13:43 +0000
commit777cd24ebb7090e08d8887d99ee3b8179d163bd0 (patch)
treeba51832760b9be9286553e7b123fa24cd22082d2 /README.EXT
parent474e5bd0de719bdcb1410f8ed6f58e479974d734 (diff)
* README.EXT: add a refer to URL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.EXT b/README.EXT
index 4cd3a63c79..b1a816c271 100644
--- a/README.EXT
+++ b/README.EXT
@@ -1491,6 +1491,7 @@ RB_EVENT_HOOKS_HAVE_CALLBACK_DATA ::
= Appendix C. Functions available for use in extconf.rb
See documentation for {mkmf}[rdoc-ref:MakeMakefile].
+
= Appendix D. Generational GC
Ruby 2.1 introduced a generational garbage collector (called RGenGC).
@@ -1587,7 +1588,8 @@ Before inserting write barriers, you need to know about RGenGC algorithm
(gc.c will help you). Macros and functions to insert write barriers are
available in in include/ruby/ruby.h. An example is available in iseq.c.
-For a complete guide for RGenGC and write barriers, please refer to [...].
+For a complete guide for RGenGC and write barriers, please refer to
+<https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RGenGC>.
/*
* Local variables: