|
From: Tom H. <to...@co...> - 2015-08-27 11:53:50
|
On 27/08/15 12:43, Julian Seward wrote: > >>> ==51151== at 0x1004C8C3F: _platform_memchr$VARIANT$Haswell (in >>> /usr/lib/system/libsystem_platform.dylib) > >> This is missing system library suppression for a hardware-specific >> optimisation path. > > No need to suppress. Instead, we need to intercept calls to this function. > Have a look at the "memchr" section in shared/vg_replace_strmem.c. It's a > 1-liner fix. Or 2 lines if you duplicate the comment :) See https://bugs.kde.org/show_bug.cgi?id=351756 where that fix has already been tested and Rhys said he'd commit it. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |