Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "John S. Yates, Jr." <jyates@netezza.com>
To: <gdb@sources.redhat.com>
Subject: Re: Always cache memory and registers
Date: Mon, 23 Jun 2003 20:11:00 -0000	[thread overview]
Message-ID: <03f001c339c2$047745b0$1400a8c0@astral> (raw)
In-Reply-To: <1056381193.18735.ezmlm@sources.redhat.com>

----- Original Message ----- 
From: Andrew Cagney <ac131313@redhat.com>
Sent: Sun, 22 Jun 2003 18:26:13 -0400

> The only proviso being that the current cache and
> target vector  would need to be modified so that the
> cache only ever requested the data needed, leaving it
> to the target to supply more if available (much like
> registers do today).  The current dcache doesn't do 
> this, it instead pads out small reads :-(

How much freedom would the target have?  If a random
byte in the middle of a cache-line was requested could
a target back up the starting address to the beginning
of the cache-line?  What happens if host requests byte
at address X and target returns data from range Y to Z
where X does not fall within that range?  (Suggestion:
host places returned data in cache and reattempts the
access; this will lead to a request of X from the target;
presumably the target has its own rationale for why it
is returning unrequested data and will eventually return
the request byte; at that point the host cache access
will succeed returning the request byte to its caller.)

/john
--
John S. Yates, Jr.   508 665-6897 (voice)
Netezza Inc          508 665-6811 (fax)
200 Crossing Blvd.   Framingham, MA 01701


       reply	other threads:[~2003-06-23 20:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1056381193.18735.ezmlm@sources.redhat.com>
2003-06-23 20:11 ` John S. Yates, Jr. [this message]
2003-06-22 22:26 Andrew Cagney
2003-06-22 22:34 ` Daniel Jacobowitz
2003-06-22 22:55   ` Andrew Cagney
2003-06-23  3:57     ` Daniel Jacobowitz
2003-06-23 14:13       ` Andrew Cagney

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='03f001c339c2$047745b0$1400a8c0@astral' \
    --to=jyates@netezza.com \
    --cc=gdb@sources.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