D21855: [IdUtils] Fix aliasing warning

Stefan BrĂ¼ns noreply at phabricator.kde.org
Sun Jun 16 17:37:28 BST 2019


bruns created this revision.
bruns added reviewers: Baloo, ngraham, astippich, poboiko.
Herald added projects: Frameworks, Baloo.
Herald added a subscriber: kde-frameworks-devel.
bruns requested review of this revision.

REVISION SUMMARY
  memcpy with a small fixed size is optimized by all contemporary compilers
  to a few assembly instructions, but contrary to the pointer casting it
  lets the compiler do the right thing.

TEST PLAN
  ctest

REPOSITORY
  R293 Baloo

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D21855

AFFECTED FILES
  src/engine/idutils.h

To: bruns, #baloo, ngraham, astippich, poboiko
Cc: kde-frameworks-devel, LeGast00n, fbampaloukas, domson, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190616/94311a6b/attachment.html>


More information about the Kde-frameworks-devel mailing list