Re: [PATCH] Cygwin: fhandler_fifo::delete_client_handler: improve efficiency

2020-08-27 Thread Corinna Vinschen
On Aug 26 22:03, Ken Brown via Cygwin-patches wrote: > Delete a client handler by swapping it with the last one in the list > instead of calling memmove. > --- > winsup/cygwin/fhandler_fifo.cc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

[PATCH] Cygwin: fhandler_fifo::delete_client_handler: improve efficiency

2020-08-26 Thread Ken Brown via Cygwin-patches
Delete a client handler by swapping it with the last one in the list instead of calling memmove. --- winsup/cygwin/fhandler_fifo.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winsup/cygwin/fhandler_fifo.cc b/winsup/cygwin/fhandler_fifo.cc index b3c4c4a25..75c8406fe