Ticket #1948 (new enhancement) — at Initial Version

Opened 14 years ago

Last modified 7 years ago

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 :)

Change History

Changed 14 years ago by pavlinux

Note: See TracTickets for help on using tickets.