This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH]: Fix ser-go32.c for UARTs with FIFOs.


> From: jtc@redback.com (J.T. Conklin)
> Date: 06 Feb 2001 11:44:07 -0800
> 
> Eli mentioned that he didn't think the speed gain from using OUTS 
> vs. OUT was significant.

My reasoning was that the current CPUs can run circles around any UART
anyway, so even with OUTS you will most of the time wait for the UART
to finish transmitting.

> If that is really the case, why not use the conservative approach
> and always use OUT?

Yes, that was what I meant to do.  Except that I don't like to remove
old code all of a sudden, so I kinda deprecated it with an #ifdef.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]