mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Optimisation mostly
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4098 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
832c4c2ec2
commit
84e7ffcdef
17 changed files with 697 additions and 319 deletions
|
@ -44,7 +44,7 @@ typedef struct {
|
|||
unsigned _hash;
|
||||
} *dictAccessToStringHack;
|
||||
|
||||
static INLINE unsigned
|
||||
static inline unsigned
|
||||
myHash(id obj)
|
||||
{
|
||||
if (fastIsInstance(obj))
|
||||
|
@ -68,7 +68,7 @@ myHash(id obj)
|
|||
return [obj hash];
|
||||
}
|
||||
|
||||
static INLINE BOOL
|
||||
static inline BOOL
|
||||
myEqual(id self, id other)
|
||||
{
|
||||
if (self == other)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue