On 23/12/2007, Peter Verswyvelen <[EMAIL PROTECTED]> wrote:
> Cristian Baboi wrote
> > Lazy constant in C:
> > int C1 (){ return 7; }
>
> Not really, this is not lazy, since it always recomputes the value "7".Actually GCC will happily optimise this away in almost all cases. -- - Jeremy Apthorp _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
