On Tue, 31 May 2011 12:06:11 -0500
Andrew Deason <adea...@sinenomine.net> wrote:

> It's hard to tell where the reference is coming from, though. Is there
> any way to get nm or something else to tell me the address for what
> instructions would be translated to a _memset call?

Or I can just find it by commenting stuff out and seeing when the
_memset ref goes away. It appears to be this loop that's causing it, in
afs_RebuildDynroot lines 378/379:

    for (i = 0; i < NHASHENT; i++)
            dirHeader->hashTable[i] = 0;

which makes sense; that's pretty easily optimizable into a memset.

I'll get a simpler demonstration together to submit to Oracle.

-- 
Andrew Deason
adea...@sinenomine.net

_______________________________________________
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to