This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: speed and consing (Re: DHARMI project)



telford@triangle.triode.net.au writes:
> 
> (roughly:
>   25% scm_gc_mark
>   25% scm_gc_sweep
>   25% scm_deval
>   25% everything else in the program)
> 

Maybe at some point a sufficiently brilliant person will read a bunch
of research papers and implement a thread-safe generational
mostly-copying partially-conservative background garbage collector for
Guile. Well, we can dream, anyway.

 - Maciej