|
|
|
|
|
by jcalvinowens
208 days ago
|
|
> The C++ aliasing rules map quite poorly into hardware. But how much does aliasing matter on modern hardware? I know you're aware of Linus' position on this, I personally find it very compelling :) As a silly little test a few months ago, I built whole Linux systems with -fno-strict-aliasing in CFLAGS, everything I've tried on it is within 1% of the original performance. |
|