After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 321515 - Lazy-bind loaded modules
Lazy-bind loaded modules
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
1.6.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-11-15 12:21 UTC by Ross Burton
Modified: 2013-09-14 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use BIND_LAZY (896 bytes, patch)
2005-11-15 12:21 UTC, Ross Burton
accepted-commit_now Details | Review

Description Ross Burton 2005-11-15 12:21:20 UTC
By forcing GModule to resolve all symbols when it loads a module, time is
wasted.  Attaching a patch to add G_MODULE_BIND_LAZY to the g_module_open()
call, as recommended by the performance-list.
Comment 1 Ross Burton 2005-11-15 12:21:44 UTC
Created attachment 54778 [details] [review]
Use BIND_LAZY
Comment 2 parthasarathi susarla 2005-11-15 15:01:24 UTC
The patch looks fine. Please add a Changelog and commit to HEAD. Thanks
Comment 3 Ross Burton 2005-11-15 15:21:36 UTC
Committed, thanks.