On 19/09/17 20:19, John Reiser wrote:
>> Can someone who has worked on the code clarify if Valgrind is in fact
>> expected to work on an ARMv5?

ARMv5 and ARMv6 aren't supported.  In theory they could be to some extent, but
they lack adequate concurrency-related instructions (atomic insns, mem fences)
and the overall hassle-to-benefit ratio doesn't seem worth it.  ARMv7 is
ubiquitous now -- can't you use that?

> The official position is v7 only.  There is no v8 or higher yet, except 
> aarch64
> which is supported separately because it is totally a different architecture.

No, that's not the case.  ARMv8 (that is, 8.0) is supported in both 32 and 64
bit modes (that is, for both "arm" and "aarch64").

J

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to