[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Optimizations during compilation
- From: "Dan East" <dan@...>
- Date: Thu, 17 Jun 2004 17:02:14 -0400
Will the compiler optimize things like this:
io.write(20/4)
So the division is not carried out every time that statement is
executed?
Thanks.
Dan East