lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Re: LYNX-DEV lynx_w32.zip feedback


From: Wayne Buttles
Subject: Re: lynx-dev Re: LYNX-DEV lynx_w32.zip feedback
Date: Wed, 15 Apr 1998 08:08:47 -0400 (EDT)

On Wed, 15 Apr 1998, T.E.Dickey wrote:

> I think we should replace all of the
>       if(TRACE)fprintf(stderr,....)
> with a call that hides the function pointer, and #define'd to allow removing
> it entirely:
> 
> #define DPRINTF(p) dprintf p;
> 
> (yes, I'm aware that it would run about 1% slower if we pass all of that
> stuff on the stack - but it would be much simpler to maintain).

It would only be slower when you are tracing, right?  And tracing is
already slow IMHO.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]