qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Get only TCG code without execution


From: Mulyadi Santosa
Subject: Re: [Qemu-devel] Get only TCG code without execution
Date: Mon, 16 Jan 2012 12:32:04 +0700

Hi....

On Mon, Jan 16, 2012 at 06:09, Rajat Goyal <address@hidden> wrote:
Is there a way by which I can get the
> complete TCG code for pthread parallel binaries in exchange for not making
> QEMU execute the binary?

The thing is, the way I see it, TCG is meant to be like JIT compiler.
Whereas what you're going to do is referring to static compiler.

Assuming your program has no interactive part (no user input, no need
to wait keypress etc), maybe you can just comment out the Qemu code
part that jump into translated block

NB: You were referrring to qemu user mode emulation, right?

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]