POV-Ray : Newsgroups : povray.advanced-users : the POV-ray SDL--similar to Java and/or Python? : Re: the POV-ray SDL--similar to Java and/or Python? Server Time
6 Oct 2024 20:21:53 EDT (-0400)
  Re: the POV-ray SDL--similar to Java and/or Python?  
From: Warp
Date: 14 Sep 2006 14:34:37
Message: <4509a0bd@news.povray.org>
Orchid XP v3 <voi### [at] devnull> wrote:
> Go through memory, find all the dead objects, and *then* defrag the 
> whole lot in a single pass. Done.

  And how is that faster from simply freeing the dead objects? The original
point was that GC is much faster than freeing each object individually.
Moving the dead objects around in memory before freeing them isn't going
to help.

-- 
                                                          - Warp


Post a reply to this message

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