* README.EXT: add a refer to URL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
474e5bd0de
commit
777cd24ebb
@ -1,3 +1,7 @@
|
|||||||
|
Tue Dec 24 14:13:14 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* README.EXT: add a refer to URL.
|
||||||
|
|
||||||
Tue Dec 24 13:48:45 2013 Koichi Sasada <ko1@atdot.net>
|
Tue Dec 24 13:48:45 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* README.EXT: add a document about RGenGC.
|
* README.EXT: add a document about RGenGC.
|
||||||
|
@ -1491,6 +1491,7 @@ RB_EVENT_HOOKS_HAVE_CALLBACK_DATA ::
|
|||||||
= Appendix C. Functions available for use in extconf.rb
|
= Appendix C. Functions available for use in extconf.rb
|
||||||
|
|
||||||
See documentation for {mkmf}[rdoc-ref:MakeMakefile].
|
See documentation for {mkmf}[rdoc-ref:MakeMakefile].
|
||||||
|
|
||||||
= Appendix D. Generational GC
|
= Appendix D. Generational GC
|
||||||
|
|
||||||
Ruby 2.1 introduced a generational garbage collector (called RGenGC).
|
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
|
(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.
|
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:
|
* Local variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user