Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

RE: CVS commit: syssrc/sys/arch/powerpc/powerpc



The mask is efficient in time perhaps, but certainly not in space given all
the error entries that just got added.

Is the 1 compare vs. 1 mask really a big deal? Is this mask operation the
only reason the tables need to be power of two big?

Chris.

-----Original Message-----
From: Jaromir Dolecek [mailto:jdolecek%netbsd.org@localhost] 
Sent: Friday, November 01, 2002 11:38 PM
To: source-changes%netbsd.org@localhost
Subject: CVS commit: syssrc/sys/arch/powerpc/powerpc


Module Name:    syssrc
Committed By:   jdolecek
Date:           Sat Nov  2 07:37:33 UTC 2002

Modified Files:
        syssrc/sys/arch/powerpc/powerpc: syscall.c

Log Message:
back previous revision 1.9 off - compat code was changed to set
struct emul e_nsysent to *SYS_NSYSENT now, and the mask is more efficient


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/powerpc/powerpc/syscall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index