Date: Fri, 19 Dec 2003 05:07:17 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_sem.c Message-ID: <200312191307.hBJD7HYo099172@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/12/19 05:07:17 PST FreeBSD src repository Modified files: sys/kern sysv_sem.c Log: Reduce the overhead of semop() by using the kernel stack instead of malloc'd memory to store the operations array if it is small enough to fit. Revision Changes Path 1.68 +11 -4 src/sys/kern/sysv_sem.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312191307.hBJD7HYo099172>