[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/common common.xml, 1.3, 1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-04-10 08:36:31
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/common In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1132 Modified Files: common.xml Log Message: Variable to store ssa activation state. Index: common.xml =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/common/common.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** common.xml 13 Mar 2007 20:54:21 -0000 1.3 --- common.xml 9 Apr 2007 10:08:10 -0000 1.4 *************** *** 28,31 **** --- 28,37 ---- </cel-var-set> + <!-- Single Static Assignment related optimizations --> + <cel-var-set> + <cel-str>kb-option-ssa-enabled</cel-str> + <cel-str>0</cel-str> + </cel-var-set> + <!-- Set to 1 if an option is inhibiting binary size optimizations --> |