[Ecls-list] Startup time

Juan Jose Garcia-Ripoll jjgarcia at users.sourceforge.net
Tue Oct 14 17:05:10 UTC 2008


On Tue, Oct 14, 2008 at 5:09 PM, Waldek Hebisch
<hebisch at math.uni.wroc.pl> wrote:
> With current CVS I still get 25 seconds.
>
> AFAICS the change is:
>
>        /* A full garbage collection enables us to detect unused code
>           and leave space for the library to be loaded. This is only
>           required when we use the dlopen wrappers. */
> -#ifndef GBC_BOEHM_GENGC
> -       si_gc(Ct);
> -#endif
> +       if (!ecl_get_option(ECL_OPT_INCREMENTAL_GC)) {
> +               si_gc(Ct);
> +       }
>

Thanks for reporting, I will remove these lines.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28009 (Spain)
http://juanjose.garciaripoll.googlepages.com


More information about the ecl-devel mailing list