mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,7 @@ RGenGC (mostly) keeps compatibility.
|
|||
|
||||
Generally, the use of the technique called write barriers is required in
|
||||
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.
|
||||
|
||||
If your library adheres to the following tips, performance can
|
||||
|
|
Loading…
Reference in a new issue