https://bugs.kde.org/show_bug.cgi?id=322935

--- Comment #31 from Peter Maydell <peter.mayd...@linaro.org> ---
If your JIT architecture doesn't permit a QEMU-style approach I would be
tempted to go with "implement SETEND to throw away JITted code and print a
warning about poor performance". At the moment people trying to valgrind code
that uses it find valgrind doesn't run their code at all, which you could
define as infinitely slow :-)

Alternatively, if valgrind could do a redirection of memcmp() in the offending
.so file to its own implementation (the way it already does for a bunch of
other functions) that would be a very raspi-specific hack but would cover 90%+
of the complaints I suspect (and you could combine this with the slow-SETEND
implementation to handle the last 10%).

I don't have a raspi though so this is all just commentary from the peanut
gallery.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to