Alexander Larsson <alexl <at> redhat.com> writes:
> Starting with next glib release: 
> * libgobject links to libgthread
> * g_type_init() starts with:
> 
> #ifdef G_THREADS_ENABLED
>  if (g_thread_supported())
>    g_thread_init (NULL);
> #endif
> 
Finally.

I'm so sick of the issues (mostly performance-related) that crop up due to
threading/no threading/late threading in all the various applications, that I'm
really happy to see this happen. One less vector hard-to-trigger bugs can creep
into the code.

Benjamin


_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to