Displaying 20 results from an estimated 25 matches for "methcall".
2011 May 03
0
[LLVMdev] Greedy register allocation
.../heapsort
> +10.5% MultiSource/Benchmarks/Trimaran/enc-3des/enc-3des
> +10.9% SingleSource/Benchmarks/Shootout-C++/heapsort
> +11.7% MultiSource/Benchmarks/Ptrdist/bc/bc
> +12.0% MultiSource/Benchmarks/McCat/17-bintr/bintr
> +55.2% SingleSource/Benchmarks/Shootout/methcall
Yikes! Do we know why these codes got so much worse? Even 5% is a big
deal on x86.
-Dave
2009 Mar 09
2
[LLVMdev] [llvm-testresults] cfarm-x86-64 x86_64 nightly tester results
...+/stepanov_v1p2: 16.90% (25.33 => 21.05)
> singlesource/Benchmarks/Misc/ffbench: -17.61% (3.18 => 3.74)
> singlesource/Benchmarks/Shootout-C++/random: 5.51% (3.81 => 3.60)
> singlesource/Benchmarks/Shootout/hash: -25.67% (9.70 => 12.19)
> singlesource/Benchmarks/Shootout/methcall: 23.51% (7.74 => 5.92)
> multisource/Applications/lambda-0.1.3/lambda: 18.80% (8.67 => 7.04)
> multisource/Applications/minisat/minisat: 13.07% (24.25 => 21.08)
> multisource/Benchmarks/ASCI_Purple/SMG2000/smg2000: -7.93% (10.84 => 11.70)
> JIT:
> singlesource/Benchma...
2011 Apr 30
2
[LLVMdev] Greedy register allocation
...8.6% SingleSource/Benchmarks/BenchmarkGame/nsieve-bits
-8.0% SingleSource/Benchmarks/Misc/salsa20
-7.7% MultiSource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk
-7.4% External/SPEC/CINT2006/401.bzip2/401.bzip2
-7.4% SingleSource/Benchmarks/Misc/mandel-2
-7.3% SingleSource/Benchmarks/Shootout-C++/methcall
-6.5% MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame
-6.4% External/SPEC/CFP2000/183.equake/183.equake
-5.6% MultiSource/Applications/lemon/lemon
-5.5% MultiSource/Applications/SIBsim4/SIBsim4
-5.2% MultiSource/Benchmarks/Olden/bisort/bisort
-5.1% MultiSource/Applications/SPASS/SP...
2006 Nov 17
2
[LLVMdev] 1.9 Prerelease Available for Testing (TAKE TWO)
...be /SingleSource/Benchmarks/Shootout-C++/lists
> TEST-FAIL: llc /SingleSource/Benchmarks/Shootout-C++/matrix
> TEST-FAIL: jit /SingleSource/Benchmarks/Shootout-C++/matrix
> TEST-FAIL: cbe /SingleSource/Benchmarks/Shootout-C++/matrix
> TEST-FAIL: llc /SingleSource/Benchmarks/Shootout-C++/methcall
> TEST-FAIL: jit /SingleSource/Benchmarks/Shootout-C++/methcall
> TEST-FAIL: cbe /SingleSource/Benchmarks/Shootout-C++/methcall
> TEST-FAIL: llc /SingleSource/Benchmarks/Shootout-C++/nestedloop
> TEST-FAIL: jit /SingleSource/Benchmarks/Shootout-C++/nestedloop
> TEST-FAIL: cbe /Single...
2006 Nov 16
0
[LLVMdev] 1.9 Prerelease Available for Testing
...+/lists
TEST-FAIL: cbe /SingleSource/Benchmarks/Shootout-C++/lists
TEST-FAIL: llc /SingleSource/Benchmarks/Shootout-C++/matrix
TEST-FAIL: jit /SingleSource/Benchmarks/Shootout-C++/matrix
TEST-FAIL: cbe /SingleSource/Benchmarks/Shootout-C++/matrix
TEST-FAIL: llc /SingleSource/Benchmarks/Shootout-C++/methcall
TEST-FAIL: jit /SingleSource/Benchmarks/Shootout-C++/methcall
TEST-FAIL: cbe /SingleSource/Benchmarks/Shootout-C++/methcall
TEST-FAIL: llc /SingleSource/Benchmarks/Shootout-C++/nestedloop
TEST-FAIL: jit /SingleSource/Benchmarks/Shootout-C++/nestedloop
TEST-FAIL: cbe /SingleSource/Benchmarks/Shootou...
2006 Nov 14
5
[LLVMdev] 1.9 Prerelease Available for Testing
LLVMers,
The LLVM 1.9 Prerelease is available for testing:
http://llvm.org/prereleases/1.9/
If anyone can spare some time, please download the appropriate tarballs
for your platform and test the release (at least with make check). I'd
also appreciate any documentation reviews.
Please note that llvm-gcc3 on x86 may not have a clean dejagnu run. You
should see one XPASS for
2011 May 03
3
[LLVMdev] Greedy register allocation
...gt; +10.5% MultiSource/Benchmarks/Trimaran/enc-3des/enc-3des
>> +10.9% SingleSource/Benchmarks/Shootout-C++/heapsort
>> +11.7% MultiSource/Benchmarks/Ptrdist/bc/bc
>> +12.0% MultiSource/Benchmarks/McCat/17-bintr/bintr
>> +55.2% SingleSource/Benchmarks/Shootout/methcall
>
> Yikes! Do we know why these codes got so much worse? Even 5% is a big
> deal on x86.
On x86-64, n-body and puzzle have the exact same instructions as with linear scan. The only difference is the choice of registers. This causes some loops to be a few bytes longer or shorter which c...
2015 Feb 26
5
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
Hi all,
I've started looking at the GlobalMerge pass, enabled by default on
ARM and AArch64. I think we should reconsider that, at least for
AArch64.
As is, the pass just merges all globals together, in groups of 4KB
(AArch64, 128B on ARM).
At the time it was enabled, the general thinking was "it's almost
free, it doesn't affect performance much, we might as well use it".
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...rce/Benchmarks/Shootout/strcat | * | * |
SingleSource/Benchmarks/Shootout/hello | * | * |
SingleSource/Benchmarks/Shootout/nestedloop | * | * |
SingleSource/Benchmarks/Shootout/methcall | * | * |
SingleSource/Benchmarks/Shootout/objinst | * | * |
SingleSource/Benchmarks/Shootout/sieve | * | * |
SingleSource/Benchmarks/Shootout/matrix...
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
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
...0.79 | 1.08 1.04 n/a n/a
SingleSource/Benchmarks/Shootout-C++/matrix | 0.0332 5140 0.0198 * 0.0198 | 5.88 5.50 7.01 * 7.05 | 1.07 0.84 n/a n/a
SingleSource/Benchmarks/Shootout-C++/methcall | 0.0252 5164 0.0168 * 0.0164 | 16.35 16.47 11.02 * 11.34 | 0.99 1.48 n/a n/a
SingleSource/Benchmarks/Shootout-C++/moments | 0.1002 10704 0.0453 * 0.0441...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...1.03 | 0.88 0.93 n/a n/a
SingleSource/Benchmarks/Shootout-C++/matrix | 0.0200 3792 0.0280 * 0.0200 | 10.59 9.92 9.66 * 10.06 | 1.07 1.10 n/a n/a
SingleSource/Benchmarks/Shootout-C++/methcall | 0.0160 3868 0.0080 * 0.0120 | 17.66 18.34 16.97 * 17.22 | 0.96 1.04 n/a n/a
SingleSource/Benchmarks/Shootout-C++/moments | 0.1080 10028 0.0640 * 0.0640...
2008 Jan 24
6
[LLVMdev] 2.2 Prerelease available for testing
LLVMers,
The 2.2 prerelease is now available for testing:
http://llvm.org/prereleases/2.2/
If anyone can help test this release, I ask that you do the following:
1) Build llvm and llvm-gcc (or use a binary). You may build release
(default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, or both.
2) Run 'make check'.
3) In llvm-test, run 'make TEST=nightly report'.
4) When
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...1.28 | 0.98 0.99 n/a n/a
SingleSource/Benchmarks/Shootout-C++/matrix | 0.0294 3736 0.0178 * 0.0195 | 6.82 6.02 6.71 * 6.91 | 1.13 1.02 n/a n/a
SingleSource/Benchmarks/Shootout-C++/methcall | 0.0148 3824 0.0180 * 0.0182 | 12.32 13.27 10.71 * 10.00 | 0.93 1.15 n/a n/a
SingleSource/Benchmarks/Shootout-C++/moments | 0.0847 9804 0.0517 * 0.0499...
2008 Jan 28
0
[LLVMdev] 2.2 Prerelease available for testing
...0.43 | 1.00 1.00 n/a n/a
SingleSource/Benchmarks/Shootout-C++/matrix | 0.0113 5456 0.0101 * 0.0176 | 4.49 4.52 4.95 * 5.00 | 0.99 0.91 n/a n/a
SingleSource/Benchmarks/Shootout-C++/methcall | 0.0084 5260 0.0082 * 0.0077 | 5.59 5.95 5.92 * 8.08 | 0.94 0.94 n/a n/a
SingleSource/Benchmarks/Shootout-C++/moments | 0.0974 11548 0.0254 * 0.0188...
2018 Apr 26
0
Compare test-suite benchmarks performance complied without TBAA, with default TBAA and with new TBAA struct path
...06| 1166151553| 0|0.125619352| 0.05| 1166151552| 0|
|SingleSource/Benchmarks/Shootout-C++/Shootout-C++-matrix.test | 40|1.160447756|11919784092|0.988233915| 17.43|10389784094| 14.73|0.987882481| 17.47|10389784093| 14.73|
|SingleSource/Benchmarks/Shootout-C++/Shootout-C++-methcall.test | 40|3.172758454|20666719699|3.175058568| -0.07|20666719678| 0| 3.17390483| -0.04|20666719677| 0|
|SingleSource/Benchmarks/Shootout-C++/Shootout-C++-moments.test | 316|0.055939856| 215074597|0.055949457| -0.02| 215074576| 0|0.055892729| 0.08| 2...
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...| 0.97 1.00 n/a n/a
> SingleSource/Benchmarks/Shootout-C++/matrix |
> 0.0400 12192 0.0600 * 0.0599 | 3.33 3.34
> 3.35 * 3.40 | 1.00 0.99 n/a n/a
> SingleSource/Benchmarks/Shootout-C++/methcall |
> 0.0299 10800 0.0500 * 0.0299 | 5.47 5.57
> 5.59 * 8.15 | 0.98 0.98 n/a n/a
> SingleSource/Benchmarks/Shootout-C++/moments |
> 0.0599 9084 0.0400 * ...
2009 Oct 20
0
[LLVMdev] 2.6 pre-release2 ready for testing
Hi Tanya,
> 1) Compile llvm from source and untar the llvm-test in the projects
> directory (name it llvm-test or test-suite). Choose to use a
> pre-compiled llvm-gcc or re-compile it yourself.
I compiled llvm and llvm-gcc with separate objects directories.
Platform is x86_64-linux-gnu.
> 2) Run make check, report any failures (FAIL or unexpected pass). Note
> that you need to
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...a n/a
> SingleSource/Benchmarks/Shootout-C++/
> matrix | 0.0400 12192 0.0600
> * 0.0599 | 3.33 3.34 3.35 *
> 3.40 | 1.00 0.99 n/a n/a
> SingleSource/Benchmarks/Shootout-C++/
> methcall | 0.0299 10800 0.0500
> * 0.0299 | 5.47 5.57 5.59 *
> 8.15 | 0.98 0.98 n/a n/a
> SingleSource/Benchmarks/Shootout-C++/
> moments | 0.0599 9084 0.0400
>...
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers,
The 2.1 pre-release (version 1) is available for testing:
http://llvm.org/prereleases/2.1/version1/
I'm looking for members of the LLVM community to test the 2.1
release. There are 2 ways you can help:
1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0
binary. Run "make check" and the full llvm-test suite (make
TEST=nightly report).
2) Download