guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Accurate count of freed cells


From: Han-Wen Nienhuys
Subject: Re: [PATCH] Accurate count of freed cells
Date: Fri, 23 Dec 2005 11:14:44 +0000 (UTC)

In article <address@hidden>,
Ludovic Courtès <address@hidden> wrote:
>Hi,
>
>The patch below fixes the way freed cells are counted in
>`scm_i_sweep_card ()'.  Basically, without this patch, FREE_COUNT is
>incremented regardless of whether the cell pointed to by SCMPTR was
>already free or not.

isn't it tighter (one compare less) to put a

  free_count --;

in the scm_tc_free_cell case? 







reply via email to

[Prev in Thread] Current Thread [Next in Thread]