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

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

Re: Performance


From: Andy Wingo
Subject: Re: Performance
Date: Thu, 30 Oct 2003 14:37:02 +0200
User-agent: Mutt/1.5.4i

On Tue, 28 Oct 2003, Andreas Rottmann wrote:

> I now have load time of (gnome gtk) down to 4 seconds with my code,
> using Guile 1.7 - not too bad; what costs most of the time is the
> scm_add_method() invocation.

Very nice. I'm eagerly awaiting these fixes to come in. And all this
about generics and methods taking a long time *has* to be fixable.

In other news, I just committed some custom wrappers for
gtk-message-dialog and added a module argument to
glade-xml-signal-autoconnect. And by the way, the custom handler is what
happens when you click on the "custom widget" icon in glade; you can
input anything that evaluates to a widget there. Unfortunately modules
are still a problem there, because that code is called when you
glade-xml-new. If you want a symbol from a particular module you just
have to use eval (for instance, a construction function that is defined
and exported in one module but called from another, but still wants the
handlers local to its module).

Regards,

wingo.





reply via email to

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