Re: A cheap performance optimization
- From: James Henstridge <james jamesh id au>
- To: Bastien Nocera <hadess hadess net>
- Cc: Matthias Clasen <mclasen redhat com>, GNOME Desktop Hackers <desktop-devel-list gnome org>
- Subject: Re: A cheap performance optimization
- Date: Sat, 08 Jan 2005 00:16:50 +0800
Bastien Nocera wrote:
Wasn't this needed to be able to use custom widget creation functions
with libglade?
The only parts of libglade that benefits from --export-dynamic is
glade_xml_signal_autoconnect() and the default "custom widget handler"
(to handle widgets that show up as lots of blue C's in glade). Both of
these functions use gmodule to look up functions in the process's global
symbol table. If you aren't using either of those, then you don't need
--export-dynamic.
I'd guess there are a fair number of libglade using apps that don't need
--export-dynamic.
James.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]