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

--- Comment #42 from Vadim Barkov <vbr...@gmail.com> ---
Good news! I've solved the strlen inlining issue.

The old VFENE implementation used the dirty helper, which marked second and
third argument fully read (16 bytes). This is semantically wrong because this
instruction reads its arguments byte by byte until needed element will be found
(or all bytes are read).

The new implementation is correct from this perspective.

Now I am going to review other string instructions to this bug and fix them
too.

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

Reply via email to