Optimize "create_hashed_ident()".
commitcf28080aff885f66e8c09920dabba0c421c83ade
authorLinus Torvalds <torvalds@tove.osdl.org>
Tue, 9 Nov 2004 23:15:54 +0000 (9 16:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:04:16 +0000 (7 21:04 -0700)
treec1dee3f720d12a5760b667d5489b0462f55b2b8f
parent4d383e59768817899d9bae2c72813680c7f2df17
Optimize "create_hashed_ident()".

memcmp() tends to be optimized for all the wrong
cases, so do the obvious expansion which allows the
compiler to do the right thing.
tokenize.c