On Jun 28, 2006, at 7:14 PM, Kaveh R. Ghazi wrote:

Notice that the value of the parameter "b" is never changed in the
function body.  Consequently, if the current optimizers cannot figure
that simple cases out (where "b" is not annotated const), then the
optimizers in deficient in that respect.  That is the point.

Oh.  With SSA, it does not matter because the dataflow is "done for you"
and there is no different between non const and const variables (static/global
variables is the exception).

-- Pinski

Reply via email to