Hi,
Kevin Ryde <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (Ludovic Courtès) writes:
>>
>> It also fixes (unless I'm mistaken!) the computation of the number of
>> cells swept/collected in `scm_i_sweep_some_cards ()'.
>
> I didn't really look at this change ... is it an actual bug fix? You
>
[EMAIL PROTECTED] (Ludovic Courtès) writes:
>
> It also fixes (unless I'm mistaken!) the computation of the number of
> cells swept/collected in `scm_i_sweep_some_cards ()'.
I didn't really look at this change ... is it an actual bug fix? You
could think about it for the 1.8 branch if so.
_
Hello,
I'm resending the GC-cleanup patch in a hopefully more readable form.
Han-Wen: let me know if it's alright.
Thanks,
Ludovic.
--- Begin Message ---
Hi,
[EMAIL PROTECTED] (Han-Wen Nienhuys) writes:
>> void
>>-scm_i_adjust_min_yield (scm_t_cell_type_statistics *freelist)
>>+scm_i_adjust_mi
In article <[EMAIL PROTECTED]>,
Ludovic Courtès <[EMAIL PROTECTED]> wrote:
>Hi,
>
>[EMAIL PROTECTED] (Han-Wen Nienhuys) writes:
>
>> Looks OK, but I can't apply - I get =20 at line endings once more.
>
>I don't understand exactly what's happening.
I read through gmane which reformats things.
>Bas
Hi,
[EMAIL PROTECTED] (Han-Wen Nienhuys) writes:
> Looks OK, but I can't apply - I get =20 at line endings once more.
I don't understand exactly what's happening.
Basically, if you copy/paste the patch from within your mail client or
from the archive[0], that should be fine. (Remember to update
In article <[EMAIL PROTECTED]>,
Ludovic Courtès <[EMAIL PROTECTED]> wrote:
>
>Please, can somebody review this patch?
Looks OK, but I can't apply - I get =20 at line endings once more.
___
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu
Hi folks,
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> 2006-01-04 Ludovic Courtès <[EMAIL PROTECTED]>
>
> * libguile/gc-segment.c (scm_i_sweep_some_cards): Take a SWEEP_STATS
> argument. Don't refer to SCM_GC_CELLS_COLLECTED and
> SCM_CELLS_ALLOCATED. If SEG->FIRST_TIME, le
Hi,
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> 2006-01-04 Ludovic Courtès <[EMAIL PROTECTED]>
>
> * libguile/gc-segment.c (scm_i_sweep_some_cards): Take a SWEEP_STATS
> argument. Don't refer to SCM_GC_CELLS_COLLECTED and
> SCM_CELLS_ALLOCATED. If SEG->FIRST_TIME, let CELL
Hi,
[EMAIL PROTECTED] (Han-Wen Nienhuys) writes:
>> void
>>-scm_i_adjust_min_yield (scm_t_cell_type_statistics *freelist)
>>+scm_i_adjust_min_yield (scm_t_cell_type_statistics *freelist,
>>+ unsigned cells_collected,
>>+ unsigned cells_swept)
>
> you're pas
In article <[EMAIL PROTECTED]>,
Ludovic Courtès <[EMAIL PROTECTED]> wrote:
>Hi,
>
>The patch below is an attempt to clean up the GC by limiting the use of
>global variables for statistics. IMO it makes it easier to read the
>code. Furthermore, it's also easier to track the exact number of cells
>
10 matches
Mail list logo