[PATCH] avoid matching idents with string compares
commit5854ea8719ca853161fe2765ff3e52605b3e2ce0
authorChristopher Li <sparse@chrisli.org>
Sat, 4 Sep 2004 03:22:08 +0000 (3 20:22 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:03:04 +0000 (7 21:03 -0700)
tree5eb4b8d1bf1d1c0f6706eefd25ee5bcb73488b6f
parent93d2f1e1ec83e9f4c4eefb6140ecad08a50b24c0
[PATCH] avoid matching idents with string compares

Identifiers are unique objects, so we can just compare the pointers
directly, if we just set up the identifiers first.

Identifier setup simplified as suggested by Linus.
ident-list.h [new file with mode: 0644]
parse.c
symbol.c
symbol.h