POV-Ray : Newsgroups : povray.off-topic : A tale of two cities : Re: A tale of two cities Server Time
29 Jul 2024 14:18:01 EDT (-0400)
  Re: A tale of two cities  
From: clipka
Date: 15 Mar 2012 12:14:42
Message: <4f621572$1@news.povray.org>
Am 15.03.2012 15:42, schrieb Warp:
> Invisible<voi### [at] devnull>  wrote:
>> The other fun thing is that few people have built concurrent GC engines.
>> At least with manual memory management, one thread doesn't usually block
>> other threads from running.
>
>    A concurrent compacting GC sounds to me like a very hard problem.
> If the GC moves objects around in RAM, it has to make sure that no code
> is modifying the object while the GC is moving it. How does it achieve
> that efficiently, I have no idea.

If the GC was part of the OS, maybe something could be done with page 
faulting.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.