×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Peter Dow wrote:
... The compiler writer (hi Barbara!)
would probably implement "not =" and "<>" the same way.
...
The optimizer might boil it down to the same thing, but for "if not a =
b", the compiler doesn't know about the "not" when it's handling "a = b".
So for "if not a = b", the compiler would test for "a = b" and then
handle the NOT. For "if a <> b", the compiler would just test for "a <> b".
I hereby forbid anyone to use what I said above as a reason to prefer
"if a <> b"
over
"if not a = b"
There are many reasons to prefer one over the other, but performance
and/or program size are so far down the list, there isn't enough paper
in the world to get to that part of the list. Even "I prefer <> to =
because <> is like a little diamond" is higher on the list.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.