https://bugs.kde.org/show_bug.cgi?id=414268
--- Comment #11 from ahashmi <assad.has...@linaro.org> --- > I know too little about arm64 to know whether or not we should care about > these. The current approach assumes that all base v8 h/w has the features you list. I've not seen any base v8 h/w which is different from that list. AFAICT: - We don't need to make any changes to Valgrind's existing base v8 support in terms of establishing and checking features. - Time has shown that no bugs have been raised to do with lack of base v8 feature support. > Since programs can also check features through the attribute/feature > registers, do we also need to filter those when inspected by the guest code? Hmm...I don't see why we should. We aim to faithfully support features detected, so if guest code reads those it should expect Valgrind to support it. If Valgrind doesn't, it means we haven't yet implemented support for that feature. (If I understand your question correctly.) -- You are receiving this mail because: You are watching all bug changes.