Skip to content

glib/gutf8: use ifunc to check for valgrind

Christian Hergert requested to merge wip/chergert/valgrind-utf8-check into main

This attempts to use GCC attribute((ifunc("resolver_func"))) to check for valgrind early in the process startup so that the proper function is dispatched instead of runtime checks within the function.

This should make #3493 less annoying when run under Valgrind.

Merge request reports