[llvm-testresults] OldGrawp-O0-PIC i386 nightly tester results

Duncan Sands baldrick at free.fr
Sat Mar 15 05:46:07 PDT 2008


> Bytecode:
>  singlesource/Regression/C++/EH/ConditionalExpr: -11.42% (2696 => 3004)
>  singlesource/Regression/C++/EH/ctor_dtor_count-2: -5.76% (3264 => 3452)
>  singlesource/Regression/C++/EH/exception_spec_test: -6.13% (3460 => 3672)
>  singlesource/Regression/C++/EH/function_try_block: -24.43% (8316 => 10348)
>  singlesource/Regression/C++/EH/simple_rethrow: -9.38% (2304 => 2520)
>  singlesource/Regression/C++/EH/simple_throw: -8.29% (1496 => 1620)
>  singlesource/Regression/C++/EH/throw_rethrow_test: -12.27% (3716 => 4172)
>  singlesource/Regression/C++/short_circuit_dtor: -9.39% (2300 => 2516)

These are presumably because must-not-throw regions are now represented
explicitly using invoke+terminate, rather than implicitly and concisely
using the nounwind attribute.  This is the subject of PR2154.

Ciao,

Duncan.



More information about the llvm-testresults mailing list