-
Committer:
John Arbash Meinel
-
Date:
2010-08-04 15:48:36 UTC
-
mto:
This revision was merged to the branch mainline in
revision
5390.
-
Revision ID:
john@arbash-meinel.com-20100804154836-79sceckc4exj134y
Handle the case where there are more than 255 entries.
This is very unlikely in real-world, but we want to preserve correctness
rather than failing.
There doesn't seem to be a performance impact (still 20us), which is
fairly expected. It is a single unlikely if check in the lookup logic.