mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
Robert Bragg
5751e48756
cogl debug: hint that all debugging paths are G_UNLIKELY
Most Cogl debugging code conditions are marked as G_UNLIKELY with the intention of having the CPU branch prediction always assume the path is disabled so having debugging support in release binaries has negligible overhead. This patch simply fixes a few cases where we weren't using G_UNLIKELY.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%