public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@redhat.com>
To: Mark Wielaard <mark@klomp.org>
Cc: Rick Moseley <rmoseley@redhat.com>, frysk@sourceware.org
Subject: Re: Quick pc hack for exe loading
Date: Mon, 26 Nov 2007 16:52:00 -0000	[thread overview]
Message-ID: <474AF9C2.2080607@redhat.com> (raw)
In-Reply-To: <1196073636.3088.17.camel@dijkstra.wildebeest.org>

Mark Wielaard wrote:
> Hi Andrew,
>
> On Fri, 2007-11-23 at 12:30 -0500, Andrew Cagney wrote:
>   
>> Rick Moseley wrote:
>>     
>>> Hi Mark,
>>>
>>> Cool. That ought to be fine.
>>>
>>>       
>> Yea, except this bit:
>>
>> +      this.bankBuffers = sendrecRegisterBuffersFIXME();
>>
>> the word "FIXME" should be a hint.
>>     
>
> Indeed, that was moved from the pre-cached function
> sendrecRegisterBanks() to the cache in the constructor and also why I
> added the XXX and comment. I assume this is because you are in the
> middle of moving Isa and register related methods to their own package?
> Or is that work finished now and these remaining FIXME() methods just
> need to be cleaned up now?
>
>   
The XXX comment:

+      // Fake PC.  XXX should be done in Proc instead of creating Elf
+      // object in the Task itself.

seems unrelated.

The comment for getRegisterBuffers notes:

  protected abstract ByteBuffer[] sendrecRegisterBuffersFIXME();
  /**
   * Return the machine's register banks as an array.
   *
   * XXX: This is being replaced by "getRegisterBanks()" that returns
   * a class that abstracts the ByteArray[] + BankRegister
   * combination.
   */
  public ByteBuffer[] getRegisterBuffersFIXME ()

what prevents the use of getRegisterBanks()?

Andrew

> Cheers,
>
> Mark
>
>   

  reply	other threads:[~2007-11-26 16:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-23 11:35 Mark Wielaard
2007-11-23 17:14 ` Rick Moseley
2007-11-23 17:30   ` Andrew Cagney
2007-11-26 10:40     ` Mark Wielaard
2007-11-26 16:52       ` Andrew Cagney [this message]
2007-11-27  8:25         ` Mark Wielaard
2007-11-27 14:40           ` Andrew Cagney
2007-11-28  9:15             ` Mark Wielaard

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=474AF9C2.2080607@redhat.com \
    --to=cagney@redhat.com \
    --cc=frysk@sourceware.org \
    --cc=mark@klomp.org \
    --cc=rmoseley@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).