Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Compilers > Looking for the...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 4 Topic 2376 of 2421
Post > Topic >>

Looking for the name of an optimization

by Chris Cox <ccox@[EMAIL PROTECTED] > Mar 31, 2008 at 05:36 PM

I've seen this optimization mentioned a few places, but nobody seems to
agree on the name.

So, I thought I'd ask and see if someone else seen a definitive name for
it.

    if (x == 1 && y == 2)
        z = 300 / (x + y)

==>

    if (x == 1 && y == 2)
        z = 100


Can anyone help me name that optimization?

Thanks,
Chris




 4 Posts in Topic:
Looking for the name of an optimization
Chris Cox <ccox@[EMAIL  2008-03-31 17:36:27 
Re: Looking for the name of an optimization
"Diego Novillo"  2008-03-31 21:16:37 
Re: Looking for the name of an optimization
Chris F Clark <cfc@[EM  2008-04-02 11:39:14 
Re: Looking for the name of an optimization
andreybokhanko@[EMAIL PRO  2008-04-13 11:14:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed May 14 13:12:36 CDT 2008.