1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

[Docs] Correct Boehm collector weblink in GarbageCollection.rst

This commit is contained in:
xgupta 2021-04-18 17:30:17 +05:30
parent 60e1274472
commit 79c9c7433b

View File

@ -87,7 +87,7 @@ Conservative garbage collection often does not require any special support from
either the language or the compiler: it can handle non-type-safe programming
languages (such as C/C++) and does not require any special information from the
compiler. The `Boehm collector
<http://www.hpl.hp.com/personal/Hans_Boehm/gc/>`__ is an example of a
<https://hboehm.info/gc/>`__ is an example of a
state-of-the-art conservative collector.
Accurate garbage collection requires the ability to identify all pointers in the