diff options
author | Nicola Pero <nicola@gcc.gnu.org> | 2004-06-04 01:12:20 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2004-06-04 01:12:20 +0000 |
commit | 1600b7d6167562ce7dbf9cb9f18039e7db848a0e (patch) | |
tree | c9512905ada08a454e8be37435793f28454ed199 /libobjc/ChangeLog | |
parent | c759d454325f974380284ac54d342705e95e70d2 (diff) | |
download | gcc-1600b7d6167562ce7dbf9cb9f18039e7db848a0e.zip gcc-1600b7d6167562ce7dbf9cb9f18039e7db848a0e.tar.gz gcc-1600b7d6167562ce7dbf9cb9f18039e7db848a0e.tar.bz2 |
Improved [Protocol -isEqual:], now more correct and faster
From-SVN: r82619
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index b64433a..d6ba1f2 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,13 @@ +2004-06-03 Nicola Pero <n.pero@mi.flashnet.it> + + * Protocol.m ([-isEqual:]): Small optimizations returning + immediately if the argument is equal to self, and accessing + the argument's name directly if it's a protocol. + +2004-06-03 David Ayers <d.ayers@inode.at> + + * Protocol.m ([-isEqual:]): Test the class of the argument. + 2004-05-25 Andrew Pinski <pinskia@physics.uc.edu> * configure.ac (includedir): Rename to ... |