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
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to