Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2000 08:12:05 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_sig.c
Message-ID:  <200009171512.IAA94149@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/09/17 08:12:05 PDT

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Unpessimized CURSIG().  The fast path through CURSIG() was broken in
  the 128-bit sigset_t changes by moving conditionally (rarely) executed
  code to the beginning where it is always executed, and since this code
  now involves 3 128-bit operations, the pessimization was relatively
  large.  This change speeds up lmbench's pipe latency benchmark by
  3.5%.
  
  Fixed style bugs in CURSIG().
  
  Revision  Changes    Path
  1.88      +7 -7      src/sys/kern/kern_sig.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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