Ticket #1948 (new enhancement) — at Initial Version
Do not check for equality
Reported by: | pavlinux | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | mcview | Version: | master |
Keywords: | Optimization | Cc: | zaytsev |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Do not check for equality a and b,
if ( a = b )
then
return (a - b) # a - b = 0 :)
else
return 0 # same
a - b = 0 if a = b :)
Note: See
TracTickets for help on using
tickets.