$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Off topic] Strict Aliasing white paper redux
From: Patrick Horgan (phorgan1_at_[hidden])
Date: 2011-01-06 19:27:45
In particular I'd like to thank Václav Haisman, Thomas Heller who
wrote the memcpy version of the routine I use in the document and
pointed out that it will
generate exactly the same assembler, and Andrew Haley who pointed
out
a more portable way to define the union, and also pointed out that
gcc will elide the calls to memcpy.
Current version at http://dbp-consulting.com/StrictAliasing.pdf
Patrick