Source-Changes archive

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

Re: CVS commit: src/sys/nfs




On Wednesday, May 28, 2003, at 07:57  PM, itojun%iijlab.net@localhost wrote:

        i remember someone (thorpej?) proposed to get rid of uppercase version
        by having some C inline function for free/malloc.  what is the status?

It was cgd's suggestion. Basically, use __builtin_constant_p() to determine if the argument is a constant, and if not, have MALLOC() make the function call instead of doing the expensive inline.

Status: no work has been done yet.

        -- Jason R. Thorpe <thorpej%wasabisystems.com@localhost>




Home | Main Index | Thread Index | Old Index