Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 1995 09:49:58 -0800
From:      Nate Williams <nate>
To:        CVS-commiters, cvs-gnu
Subject:   cvs commit: src/gnu/usr.bin/cvs/cvs lock.c main.c
Message-ID:  <199503311749.JAA29084@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
nate        95/03/31 09:49:57

  Modified:    gnu/usr.bin/cvs/cvs lock.c main.c
  Log:
  There is no reason to re-register the Lock_Cleanup handler for each
  lock because it is never deregistered.  This patch moves handler
  registration to main(), where it is only executed once.
  
  This change does not significantly affect performance on my alpha, but
  it possibly could on machines with slower system calls.
  
  Submitted by:	"J.T. Conklin" <jtc@cygnus.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503311749.JAA29084>