qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] save compiled qemu traces.
@ 2013-12-09  6:36 Xin Tong
  2013-12-09 15:25 ` Alex Bennée
  2013-12-09 15:32 ` Peter Maydell
  0 siblings, 2 replies; 8+ messages in thread
From: Xin Tong @ 2013-12-09  6:36 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 624 bytes --]

Does anyone have profiles on how much time QEMU spends in translating
instructions. QEMU does not have a baseline interpreter nor does it
translate on trace-granularity.  so i imagine QEMU must spend quite a bit
of time translating instructions.

Is it possible for QEMU to obviate some of the translations by attaching a
signature (e.g. a hash) with every translated basic block and try to reuse
translated basic block based on the signature as much as possible ? Reuses
can be a result of rerunning programs or same libraries statically linked
to programs.

This could end up saving some translation time.

Thank you,
Xin

[-- Attachment #2: Type: text/html, Size: 1258 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-12 13:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09  6:36 [Qemu-devel] save compiled qemu traces Xin Tong
2013-12-09 15:25 ` Alex Bennée
2013-12-12  4:07   ` Xin Tong
2013-12-12  4:51     ` Xin Tong
2013-12-12 13:37     ` Laurent Desnogues
2013-12-09 15:32 ` Peter Maydell
2013-12-10  2:41   ` Xin Tong
2013-12-10 10:04   ` Alex Bennée

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).