qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Dennis Luehring <dl.soluz@gmx.net>
To: Richard Henderson <rth@twiddle.net>,
	Peter Maydell <peter.maydell@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Artyom Tarasenko <atar4qemu@gmail.com>
Subject: Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation
Date: Thu, 10 Sep 2015 08:07:40 +0200	[thread overview]
Message-ID: <55F11E2C.6000602@gmx.net> (raw)
In-Reply-To: <55EF3069.3010802@twiddle.net>

Am 08.09.2015 um 21:00 schrieb Richard Henderson:
> Anyway, I've just fixed the sparc problem and re-pushed the tree to
>
>    git://github.com/rth7680/qemu.git  tcg-search-2
>
> for anyone who wants to do any more testing.

strangly your branch doesn't changed anything for pure SPARC64 in my 
tests - i've always completely removed the qemu folder and cleanly rebuild
(all based on stable shell-scripts)

and now even qemu git master stream results degrated to the worst 
results from my former tests

last result from stream on an 3-4 week old git master - best of all test
Function    Best Rate MB/s  Avg time     Min time     Max time
Copy:             771.5     0.214717     0.207377     0.244214
Scale:            288.1     0.573320     0.555401     0.660161
Add:              423.5     0.633523     0.566661     1.092067
Triad:            242.9     1.053032     0.987970     1.499563

are parts of your patches already includes in the master?

~/qemu/sparc64-softmmu/qemu-system-sparc64 \
   -m 1G \
   -nographic \
   -serial mon:telnet::3000,server,wait \
   -monitor telnet::4440,server,nowait \
   -netdev user,id=mynet0 \
   -device ne2k_pci,netdev=mynet0 \
   -hda ~/ramdisk/netbsd-615-sparc64.qcow2 \
   -cdrom ~/netbsd/NetBSD-6.1.5-sparc64.iso -boot c \

NetBSD SPARC64 (pure 64Bit)

file /usr/bin/gcc
/usr/bin/gcc: ELF 64-bit MSB executable, SPARC V9, relaxed memory 
ordering, (SYSV), dynamically linked (uses shared libs), for NetBSD 
6.1.5, not stripped

gcc prime.c -o prime.out -lm
file prime.out
prime.out: ELF 64-bit MSB executable, SPARC V9, relaxed memory ordering, 
(SYSV), dynamically linked (uses shared libs), for NetBSD 6.1.5, not 
stripped

gcc stream.c -o stream.out -lm
file stream.out
stream.out: ELF 64-bit MSB executable, SPARC V9, relaxed memory 
ordering, (SYSV), dynamically linked (uses shared libs), for NetBSD 
6.1.5, not stripped

qemu rth7680 tcg-search-2

cd ~/
rm -rf qemu
git clone git://github.com/rth7680/qemu.git
git checkout tcg-search-2
cd qemu
./configure --target-list=sparc64-softmmu
make

prime.out runtimes

11.22 real 11.19 user 0.00 sys
  8.99 real  8.96 user 0.01 sys
  9.03 real  8.99 user 0.01 sys
  8.98 real  8.92 user 0.02 sys

stream benchmark results

#1
Function    Best Rate MB/s  Avg time     Min time     Max time
Copy:             277.5     0.584221     0.576543     0.599850
Scale:            178.4     0.915691     0.896731     0.973512
Add:              215.3     1.136872     1.114746     1.185749
Triad:            166.5     1.473816     1.441169     1.525007

#2
Function    Best Rate MB/s  Avg time     Min time     Max time
Copy:             278.1     0.577109     0.575259     0.583267
Scale:            179.3     0.901238     0.892399     0.911371
Add:              215.2     1.124701     1.115341     1.176286
Triad:            167.0     1.448070     1.437424     1.457319

#3
Function    Best Rate MB/s  Avg time     Min time     Max time
Copy:             276.5     0.580420     0.578757     0.583966
Scale:            179.8     0.898168     0.889899     0.903530
Add:              212.7     1.130851     1.128318     1.136284
Triad:            164.1     1.464667     1.462173     1.467856

#4
Function    Best Rate MB/s  Avg time     Min time     Max time
Copy:             276.0     0.580713     0.579757     0.583575
Scale:            177.8     0.906521     0.899661     0.910353
Add:              213.9     1.124599     1.122229     1.128944
Triad:            166.0     1.450210     1.446169     1.457350

g++ src/pugixml.cpp -g -Wall -Wextra -Werror -pedantic -std=c++0x -c 
-MMD -MP

compile times
156.49 real 149.09 user 6.97 sys
156.54 real 149.01 user 6.86 sys
155.91 real 148.71 user 6.93 sys
156.51 real 149.12 user 6.83 sys

qemu git master

cd ~/
rm -rf qemu
git clone git://git.qemu-project.org/qemu.git
cd qemu
./configure --target-list=sparc64-softmmu
make

prime.out runtimes

9.32 real 9.26 user 0.03 sys
8.98 real 8.92 user 0.04 sys
8.97 real 8.93 user 0.02 sys
9.00 real 8.97 user 0.02 sys

stream benchmark results

#1
Function    Best Rate MB/s  Avg time     Min time     Max time
Copy:             276.6     0.584092     0.578538     0.592748
Scale:            179.0     0.908465     0.893868     0.924004
Add:              215.5     1.122398     1.113689     1.128655
Triad:            167.6     1.449198     1.432321     1.457774

#2
Function    Best Rate MB/s  Avg time     Min time     Max time
Copy:             276.8     0.579905     0.577936     0.585222
Scale:            177.6     0.916502     0.900911     0.924964
Add:              213.0     1.128311     1.126591     1.132405
Triad:            167.7     1.441520     1.431449     1.447586

#3
Function    Best Rate MB/s  Avg time     Min time     Max time
Copy:             278.4     0.576423     0.574611     0.580779
Scale:            179.4     0.899889     0.892094     0.904380
Add:              215.6     1.117374     1.112954     1.128532
Triad:            165.1     1.457329     1.453899     1.465867

#4
Function    Best Rate MB/s  Avg time     Min time     Max time
Copy:             278.1     0.578641     0.575289     0.586838
Scale:            178.7     0.903208     0.895518     0.907769
Add:              210.8     1.144200     1.138318     1.156063
Triad:            165.2     1.459674     1.453116     1.479194

g++ src/pugixml.cpp -g -Wall -Wextra -Werror -pedantic -std=c++0x -c 
-MMD -MP

compile times
156.85 real 148.98 user 7.17 sys
157.05 real 149.99 user 6.78 sys
157.48 real 150.25 user 6.92 sys
156.50 real 149.06 user 6.60 sys

  parent reply	other threads:[~2015-09-10  6:07 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-02  5:51 [Qemu-devel] [RFC 00/20] Do away with TB retranslation Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 02/20] target-*: Unconditionally emit tcg_gen_insn_start Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 03/20] tcg: Allow extra data to be attached to insn_start Richard Henderson
2015-09-08 18:44   ` Peter Maydell
2015-09-02  5:51 ` [Qemu-devel] [PATCH 04/20] target-arm: Add condexec state " Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 05/20] target-i386: Add cc_op " Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 06/20] target-mips: Add delayed branch " Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 07/20] target-s390x: Add cc_op " Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 08/20] target-sh4: Add flags " Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 09/20] target-cris: Mirror gen_opc_pc into insn_start Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 10/20] target-sparc: Tidy gen_branch_a interface Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 11/20] target-sparc: Split out gen_branch_n Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 12/20] target-sparc: Remove gen_opc_jump_pc Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 13/20] target-sparc: Add npc state to insn_start Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 14/20] tcg: Merge cpu_gen_code into tb_gen_code Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 15/20] target-*: Drop cpu_gen_code define Richard Henderson
2015-09-02  5:51 ` [Qemu-devel] [PATCH 16/20] tcg: Add TCG_MAX_INSNS Richard Henderson
2015-09-02  5:52 ` [Qemu-devel] [PATCH 17/20] tcg: Pass data argument to restore_state_to_opc Richard Henderson
2015-09-08 18:46   ` Peter Maydell
2015-09-17 19:39     ` Richard Henderson
2015-09-02  5:52 ` [Qemu-devel] [PATCH 18/20] tcg: Save insn data and use it in cpu_restore_state_from_tb Richard Henderson
2015-09-10 13:49   ` Peter Maydell
2015-09-11 10:29     ` Sergey Fedorov
2015-09-11 10:32       ` Peter Maydell
2015-09-11 10:46         ` Sergey Fedorov
2015-09-15 20:08     ` Richard Henderson
2015-09-02  5:52 ` [Qemu-devel] [PATCH 19/20] tcg: Remove gen_intermediate_code_pc Richard Henderson
2015-09-08 18:49   ` Peter Maydell
2015-09-02  5:52 ` [Qemu-devel] [PATCH 20/20] tcg: Remove tcg_gen_code_search_pc Richard Henderson
2015-09-02 12:21 ` [Qemu-devel] [RFC 00/20] Do away with TB retranslation Max Filippov
2015-09-02 14:21   ` Richard Henderson
2015-09-04 15:18     ` Max Filippov
2015-09-04 15:31       ` Peter Maydell
2015-09-04 16:46       ` Richard Henderson
2015-09-04 17:07         ` Max Filippov
2015-09-05 14:11         ` Mark Cave-Ayland
2015-09-06 20:19           ` Richard Henderson
2015-09-09 15:35             ` Artyom Tarasenko
2015-09-08 18:56 ` Peter Maydell
2015-09-08 19:00   ` Richard Henderson
2015-09-08 19:06     ` Peter Maydell
2015-09-08 19:28       ` Richard Henderson
2015-09-08 20:25         ` Peter Maydell
2015-09-09 15:05     ` Artyom Tarasenko
2015-09-09 16:18       ` Paolo Bonzini
2015-09-09 17:48         ` Artyom Tarasenko
2015-09-10  6:07     ` Dennis Luehring [this message]
2015-09-10  7:00       ` Artyom Tarasenko
2015-09-10  9:32         ` Dennis Luehring
2015-09-10  9:54           ` Artyom Tarasenko
2015-09-10 10:37             ` Dennis Luehring
2015-09-10 10:57               ` Paolo Bonzini
2015-09-10 11:02               ` Dennis Luehring
2015-09-10 11:20                 ` Artyom Tarasenko
2015-09-10 13:54   ` Peter Maydell
2015-09-10 17:48 ` Aurelien Jarno
2015-09-13 21:00   ` Aurelien Jarno
2015-09-10 18:55 ` Alex Bennée
2015-09-15 20:19   ` Richard Henderson
2015-09-16  6:19     ` Dennis Luehring
2015-09-16  8:59     ` Alex Bennée
2015-09-16 20:41       ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55F11E2C.6000602@gmx.net \
    --to=dl.soluz@gmx.net \
    --cc=atar4qemu@gmail.com \
    --cc=aurelien@aurel32.net \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).