The UNLIKELY() macro buys us nothing here anyway so we should probably kill off our use of it. Though I'm all for surgical uses of UNLIKELY() in places where it matters, I don't like using it in places where we know it does nothing.
As well, JSArray.cpp has one place where it does the same test but by comparing directly against 0xFFFFFFFF. It should really be comparing against MAX_ARRAY_INDEX.
Created attachment 164308 [details] the patch
Comment on attachment 164308 [details] the patch Clearing flags on attachment: 164308 Committed r128706: <http://trac.webkit.org/changeset/128706>
All reviewed patches have been landed. Closing bug.