[Bug gcov-profile/35543] Add more strOp for value profiling

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 30 13:33:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35543

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Out of: strncmp, memcmp, memmove, strncpy I'm planning to add support
only for memmove. The others have only possible inline expansion when size is 0
or 1. It's probably quite rare.


More information about the Gcc-bugs mailing list