]> sourceware.org Git - newlib-cygwin.git/commit
cygserver: Speed up non-debug scenario
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 24 Mar 2017 16:26:37 +0000 (17:26 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 24 Mar 2017 16:55:36 +0000 (17:55 +0100)
commit663b4ab8243e56052d72217427bc935b3de2e9de
treed7de027f9cac1e752dd3aae8d93b6828639e16a5
parent4dbcfeb7d0c388eba837d5b055f669a85d057442
cygserver: Speed up non-debug scenario

_log/_vlog were always called so we always had a function call hit even
if we're not debugging.  Expand on the debugging macros so the decision
to call _log/_vlog is done in the caller already.  Also, make a log level
difference between syscall_printf and system_printf.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygserver/bsd_helper.cc
winsup/cygserver/bsd_log.cc
winsup/cygserver/bsd_log.h
winsup/cygserver/bsd_mutex.cc
winsup/cygserver/process.h
winsup/cygserver/sysv_msg.cc
winsup/cygserver/woutsup.h
This page took 0.033883 seconds and 5 git commands to generate.