On Fri, Oct 26, 2001 at 06:54:32AM -0700, Brent Dax wrote:

> What if I want my compiler to be lazy?  Do you have the right to punish
> me for my laziness by making me add constant folding to my optimizer (or
> perhaps making me *write* an optimizer just to do constant folding)?

You don't have to fold constants :

set I1, 0
set I2, 1
add I3, I1, I2

-- 
Jason

Reply via email to