blob: d90942661f87a957e57e2508ca828e2fada9876f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<head>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="StarOffice/5.2 (Win32)">
<META NAME="AUTHOR" CONTENT="Martin Hollmichel">
<META NAME="CREATED" CONTENT="20010510;16415120">
<META NAME="CHANGEDBY" CONTENT="Martin Hollmichel">
<META NAME="CHANGED" CONTENT="20010510;17113442">
</head>
<body>
<H2>Tuning the Working Set</H2>
<H3>Windows
</H3>
<P>Working Set Tuner : Former version of the Platform Win32 SDK
included a tool named working set tuner. It is possible to create an
instrumetalized version of your application, gather runtime data
about called function, and then to produce an optimized link order.
This optimized link order causes less page load when starting the
application. In old version of StarOffice we achieved ~30% better
startup performance. Unfortunately the use of the working set tuner
failed with the use of exceptions in the office code.
</P>
<P>The working set tuner has removed by Microsoft from the Platform
SDK for years now. There is now a new project in &quot;MSJ
Bugslayer&quot;, &quot;Smooth Working Set Tuner&quot;, which tries to
succeed the WST.
<A HREF="http://msdn.microsoft.com/msdnmag/issues/1000/Bugslayer/Bugslayer1000.asp">http://msdn.microsoft.com/msdnmag/issues/1000/Bugslayer/Bugslayer1000.asp</A>
. Unfortunately this tools does not run with OpenOffice.org yet.</P>
</body>
</HTML>