From: malc <malc@pulsesoft.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Interpreter for QEMU
Date: Wed, 5 Nov 2003 02:17:59 +0300 (MSK) [thread overview]
Message-ID: <Pine.LNX.4.55.0311050211550.10575@home.oyster.ru> (raw)
In-Reply-To: <3FA82C57.1070104@free.fr>
On Tue, 4 Nov 2003, Fabrice Bellard wrote:
> It would be interesting to find a way to generate both the dynamic
> translator and the interepreter from the same description. I see that
> you are using ML to generate the interpreter. This is an original choice!
It was a _natural_ choice for me... (Well after i got really tired of
fighting my _first_ choice - AWK (when iconvert was still a throwaway toy)
;)
>
> It is true that a solution must be found to accelerate the DOS programs,
> especially when soft mmu is not in use. [When soft mmu is in use, it is
> possible to examine exactly each write access to see if the translated
> code is modified with a byte granularity].
I have tried running some demos with softmmu, it provides no noticable
benefit over hard one. If not pagefaults then constant translation block
generation/recycling will take its toll (but this probably covers mostly
real-mode or before watcom came into fashion p-mode programs, not that
i havent seen quite ingenious SMC in DOS4G/W applications)
Sincerely,
malc
--
mailto:malc@pulsesoft.com
next prev parent reply other threads:[~2003-11-04 23:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-04 0:58 [Qemu-devel] Interpreter for QEMU malc
2003-11-04 22:46 ` Fabrice Bellard
2003-11-04 23:17 ` malc [this message]
2003-11-04 23:56 ` Fabrice Bellard
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=Pine.LNX.4.55.0311050211550.10575@home.oyster.ru \
--to=malc@pulsesoft.com \
--cc=qemu-devel@nongnu.org \
/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).