From: Joern Rennecke <amylaar@fairadsl.co.uk>
To: msnyder@redhat.com (Michael Snyder)
Cc: amylaar@fairadsl.co.uk (Joern Rennecke),
joern.rennecke@superh.com, gdb-patches@sources.redhat.com
Subject: Re: [RFA] sh-sim: free up some room in jump_table
Date: Sat, 07 Feb 2004 18:25:00 -0000 [thread overview]
Message-ID: <200402071831.i17IVRLD001695@meolyon.local> (raw)
In-Reply-To: <40243150.9040603@redhat.com> from "Michael Snyder" at Feb 06, 2004 04:29:04 PM
> ! printf (" if (target_dsp && \n");
> ! printf (" (iword & 0xf000) == 0xf000)\n");
> ! printf (" switch (sh_dsp_table[iword & 0xfff]) {\n");
> gensim_caselist (movsxy_tab);
> ! printf (" else switch (jump_table[iword]) {\n");
You have changed a straight dispatch into an if-then-else with
two dispatches, and the integer and fpu arithmetic path goes the long way
round the dsp dispatch; this seems to be a surefire way to make the
simulator slower.
We don't relly care much about the total size of the simulator, but
we care about its working set size, so why don't you generate two
separate simulator main loops, to be compiler into separate *.o
files, one with the FPU instructions, and the other one with the
dsp instructions?
next prev parent reply other threads:[~2004-02-07 18:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-07 0:29 Michael Snyder
2004-02-07 18:25 ` Joern Rennecke [this message]
2004-02-09 20:34 ` Michael Snyder
2004-02-09 20:38 ` Joern Rennecke
2004-02-09 21:16 ` Joern Rennecke
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=200402071831.i17IVRLD001695@meolyon.local \
--to=amylaar@fairadsl.co.uk \
--cc=gdb-patches@sources.redhat.com \
--cc=joern.rennecke@superh.com \
--cc=msnyder@redhat.com \
/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