guile-gtk-general
[Top][All Lists]
Advanced

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

Re: How to reduce binding load time


From: Marius Vollmer
Subject: Re: How to reduce binding load time
Date: Sun, 26 Oct 2003 22:01:37 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Andreas Rottmann <address@hidden> writes:

> Hi!
>
> Andy, i suggest you try to use 'scm_call_1 (scm_sym_make,
> scm_generic)' instead of using 'scm_make(scm_generic)'; this should
> speed up generic function creation a fair bit (and this is an
> understatement). I did so with some sucess in my g-wrap code with
> great success (reducing binding load time by 1/3 -- 1/2).

Why is that?  Could we speed up scm_make to give the same kind of
performance as scm_call_1 (scm_sym_make, ...)?

What is scm_sym_make, incidentally?  You can't call symbols...

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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