[Gc] Difference between boehm gc algorithm and mark-n-sweep
Vladimir Miloserdov <[email protected]> Mon, 13 Jun 2016 21:53:11 +0300
| Newsgroups | gmane.comp.programming.garbage-collection.boehmgc |
|---|---|
| Message-ID | <CAD1WXGy3zpYec9r__RKmB-ymbpCcpp6SzEo_TCArMMNg5CWu6g@mail.gmail.com> |
Hello I'm new to this GC and I'm curious about the difference between collector algorithm it uses and regular mark-n-sweep algo. The only thing I'm able to find is that it uses "modified mark-n-sweep". Could you please help me? Regards, Vladimir