guile-devel
[Top][All Lists]
Advanced

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

Re: master/vm merged into `boehm-demers-weiser-gc'


From: Ludovic Courtès
Subject: Re: master/vm merged into `boehm-demers-weiser-gc'
Date: Mon, 23 Mar 2009 10:54:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

Hey!

Andy Wingo <address@hidden> writes:

> Startup time seems to be the same, which is good.

I noticed that `subr.bm' runs noticeably faster:

  * master

    ("subr.bm: subr invocation: simple subr" 700000 total 1.11)
    ("subr.bm: subr invocation: generic subr" 700000 total 1.26)
    ("subr.bm: subr invocation: generic subr with rest arg" 700000 total 1.38)
    ("subr.bm: subr invocation: generic subr with rest arg and 3+ parameters" 
700000 total 1.82)

  * bdw-gc

    ("subr.bm: subr invocation: simple subr" 700000 total 0.65)
    ("subr.bm: subr invocation: generic subr" 700000 total 0.77)
    ("subr.bm: subr invocation: generic subr with rest arg" 700000 total 0.77)
    ("subr.bm: subr invocation: generic subr with rest arg and 3+ parameters" 
700000 total 1.03)

> I tried to run valgrind on Guile though and it segfaulted:

Yes, Valgrind can't cope with libgc, which is inconvenient.

Thanks,
Ludo'.





reply via email to

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