We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410d449 commit 2cb8ec8Copy full SHA for 2cb8ec8
llvm/docs/GarbageCollection.rst
@@ -87,7 +87,7 @@ Conservative garbage collection often does not require any special support from
87
either the language or the compiler: it can handle non-type-safe programming
88
languages (such as C/C++) and does not require any special information from the
89
compiler. The `Boehm collector
90
-<http://www.hpl.hp.com/personal/Hans_Boehm/gc/>`__ is an example of a
+<https://hboehm.info/gc/>`__ is an example of a
91
state-of-the-art conservative collector.
92
93
Accurate garbage collection requires the ability to identify all pointers in the
0 commit comments