From: Dino Puller <[EMAIL PROTECTED]> Date: 26-ott-2006 15.45 Subject: Re: fdump-tree explanation To: Ian Lance Taylor <[EMAIL PROTECTED]>
25 Oct 2006 09:55:30 -0700, Ian Lance Taylor <[EMAIL PROTECTED]>:
"Dino Puller" <[EMAIL PROTECTED]> writes: > i want to make a statistic(i haven't found one) over linux source > code, and i want to know how many times expressions are simplified by > gcc. I don't think any of us know what you mean by "how many times expressions are simplified." Can you be more specific? Can you provide an example of what you want to look for, and an example of what you do not want to look for?
How many times gcc simplify expressions like: x/x, 0*x, 1*y, a+0, x*x/x and so on
Ian
Dino