Skip to content

Commit

Permalink
[Docs] Correct Boehm collector weblink in GarbageCollection.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
xgupta committed Apr 18, 2021
1 parent 410d449 commit 2cb8ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/GarbageCollection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cb8ec8

Please sign in to comment.