Displaying 5 results from an estimated 5 matches for "450_soplex".
2011 Oct 12
2
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
...7 6.3219 0.0004
> MultiSource/Applications/sqlite3/sqlite3.exec 1.30% 4.6635 4.7241 0.0028
> MultiSource/Benchmarks/Bullet/bullet.compile 1.26% 45.2907 45.8608 0.0695
> External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.compile 1.25% 223.7703
> 226.5641 0.1639
> External/SPEC/CFP2006/450_soplex/450_soplex.compile 1.04% 30.5935 30.9124 0.0283
> SingleSource/Benchmarks/CoyoteBench/almabench.exec 1.00% 12.0546 12.1754 0.0049
>
> Performance Improvements Δ Previous Current σ
> SingleSource/Benchmarks/Misc/fbench.exec -8.84% 2.0834 1.8992 0.0050
> External/SPEC/CINT2006/400_pe...
2011 Oct 12
0
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
...> MultiSource/Applications/sqlite3/sqlite3.exec 1.30% 4.6635 4.7241 0.0028
>> MultiSource/Benchmarks/Bullet/bullet.compile 1.26% 45.2907 45.8608 0.0695
>> External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.compile 1.25% 223.7703
>> 226.5641 0.1639
>> External/SPEC/CFP2006/450_soplex/450_soplex.compile 1.04% 30.5935 30.9124 0.0283
>> SingleSource/Benchmarks/CoyoteBench/almabench.exec 1.00% 12.0546 12.1754 0.0049
>>
>> Performance Improvements Δ Previous Current σ
>> SingleSource/Benchmarks/Misc/fbench.exec -8.84% 2.0834 1.8992 0.0050
>> External...
2011 Jul 24
2
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
...1369 51.4099 0.0933
> External/SPEC/CFP2006/447_dealII/447_dealII.compile 4.57% 145.5494 152.2079 0.1508
> MultiSource/Benchmarks/Bullet/bullet.compile 4.49% 46.0510 48.1199 0.0419
> MultiSource/Benchmarks/Prolangs-C++/city/city.compile 4.44% 2.2055 2.3035 0.0105
> External/SPEC/CFP2006/450_soplex/450_soplex.compile 3.85% 31.6364 32.8541 0.0750
> MultiSource/Benchmarks/llubenchmark/llu.exec 1.99% 3.5675 3.6385 0.0213
> External/SPEC/CFP2000/177_mesa/177_mesa.compile 1.42% 14.8597 15.0713 0.0313
>
> Performance Improvements Δ Previous Current σ
> External/SPEC/CINT2006/400_pe...
2011 Jul 24
0
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
...933
>> External/SPEC/CFP2006/447_dealII/447_dealII.compile 4.57% 145.5494 152.2079 0.1508
>> MultiSource/Benchmarks/Bullet/bullet.compile 4.49% 46.0510 48.1199 0.0419
>> MultiSource/Benchmarks/Prolangs-C++/city/city.compile 4.44% 2.2055 2.3035 0.0105
>> External/SPEC/CFP2006/450_soplex/450_soplex.compile 3.85% 31.6364 32.8541 0.0750
>> MultiSource/Benchmarks/llubenchmark/llu.exec 1.99% 3.5675 3.6385 0.0213
>> External/SPEC/CFP2000/177_mesa/177_mesa.compile 1.42% 14.8597 15.0713 0.0313
>>
>> Performance Improvements Δ Previous Current σ
>> External...
2014 Aug 12
4
[LLVMdev] Explicit template instantiations in libc++
Most of libc++ doesn't have explicit template instantiations, which
leads to a pretty significant build time and code size cost when using
libc++, since a large number of common templates will be emitted by the
compiler and coalesced by the linker. Notably, in include/__config, we
have:
#ifndef _LIBCPP_EXTERN_TEMPLATE
#define _LIBCPP_EXTERN_TEMPLATE(...)
#endif
whereas before