GNOME Bugzilla – Bug 321515
Lazy-bind loaded modules
Last modified: 2013-09-14 16:49:22 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.
Created attachment 54778 [details] [review] Use BIND_LAZY
The patch looks fine. Please add a Changelog and commit to HEAD. Thanks
Committed, thanks.