From 8ae2f9feaaed874e01a87df6646242b80acceabb Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 23 Feb 2010 18:27:39 +0100 Subject: Randomize penalties for aborts and add blacklisting. --- doc/running.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/running.html b/doc/running.html index 247457d6..bc09d9e5 100644 --- a/doc/running.html +++ b/doc/running.html @@ -203,7 +203,7 @@ Here are the parameters and their default settings: maxsnap100Max. number of snapshots for a trace -hotloop57Number of iterations to detect a hot loop +hotloop56Number of iterations to detect a hot loop or hot call hotexit10Number of taken exits to start a side trace @@ -214,9 +214,11 @@ Here are the parameters and their default settings: loopunroll7Max. unroll factor for loop ops in side traces callunroll3Max. unroll factor for pseudo-recursive calls - + +recunroll2Min. unroll factor for true recursion + sizemcode32Size of each machine code area in KBytes (Windows: 64K) - + maxmcode512Max. total size of all machine code areas in KBytes
-- cgit v1.2.3-55-g6feb