/[Apache-SVN]
ViewVC logotype

Revision 1534102


Jump to revision: Previous Next
Author: rhuijben
Date: Mon Oct 21 11:30:06 2013 UTC (10 years, 6 months ago)
Changed paths: 2
Log Message:
On Windows: stop linking against a system DLL that is not used by most
processes, to avoid a slight performance penalty on loading libsvn_subr
that is only needed for 'svn --version --verbose'.

As this dll is usually not loaded and not needed except for debugging,
we don't want to pay the system (and especially virusscanner) overhead
of always loading this dll.

* build.conf
  (libsvn_subr): Remove psapi.lib.

* subversion/libsvn_subr/sysinfo.c
  (FNENUMPROCESSMODULES): Fix definition to match system header.
  (enum_loaded_modules): Obtain EnumProcessModules dynamically.


Changed paths

Path Details
Directorysubversion/trunk/build.conf modified , text changed
Directorysubversion/trunk/subversion/libsvn_subr/sysinfo.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26