doc/extension.rdoc: update wikipedia link to HTTPS
Avoid the latency for HTTP -> HTTPS redirect * doc/extension.rdoc: update wikipedia link to HTTPS git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
98f0a52845
commit
d15cc7a6a3
@ -1721,7 +1721,7 @@ RGenGC (mostly) keeps compatibility.
|
|||||||
|
|
||||||
Generally, the use of the technique called write barriers is required in
|
Generally, the use of the technique called write barriers is required in
|
||||||
extension libraries for generational GC
|
extension libraries for generational GC
|
||||||
(http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29).
|
(https://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29).
|
||||||
RGenGC works fine without write barriers in extension libraries.
|
RGenGC works fine without write barriers in extension libraries.
|
||||||
|
|
||||||
If your library adheres to the following tips, performance can
|
If your library adheres to the following tips, performance can
|
||||||
|
Loading…
x
Reference in New Issue
Block a user