GNOME Bugzilla – Bug 759554
g_application_run() calls g_main_context_default() repeatidly
Last modified: 2015-12-16 16:46:04 UTC
... and it takes a global lock.
Created attachment 317520 [details] [review] GApplication: Avoid getting the default context repeatidly This avoids getting a global lock on every main loop iteration.
Attachment 317520 [details] pushed as aa9a33b - GApplication: Avoid getting the default context repeatidly