Hiya gcc
http://thinkhomesltd.com/reading.php?train=xnv8rn4gn6pbz1mn
clairescho...@gmail.com
Sent from my iPhone
All:
The presence of aliases disables many optimizations like CCP(conditional
constant propagation) , PRE(Partial Redundancy Elimination),
Scalar Replacements for conditional IF-THEN-ELSE. The presence of aliasing
also disables the IF-conversion.
I am proposing the Multi-version IF-THEN-ELSE w
Mikhail Maltsev writes:
> On 06/25/2015 09:28 PM, Richard Sandiford wrote:
>> Sorry in advance for inviting a bikeshed discussion, but while making
>> the hashing changes that I just committed, I noticed that the C++ification
>> has been done in a variety of different styles. I ended up having to