9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Paweł Lasek" <pawel.lasek@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net>
Subject: Re: [9fans] Anyone handy with Alpha assembler?
Date: Wed, 27 Aug 2008 00:03:11 +0200	[thread overview]
Message-ID: <9f3897940808261503g4fa8a50eh342d0ac3074a05bf@mail.gmail.com> (raw)
In-Reply-To: <621112A569DAE948AD25CCDCF1C075331AB363@dolly.ntdom.cupdx>

On Tue, Aug 26, 2008 at 19:56, Benjamin Huntsman
<BHuntsman@mail2.cu-portland.edu> wrote:
>>I think trap.c would be easier to work with or extend to other
>>instructions, l.s might give better performance.
>
> That was my concern as well.  The Alpha compiler doesn't optimize much.  Not that optimization is going to matter much on an EV4.

Well, even on EV4 it could matter. At least I don't remember Alpha
having any real cache-coherency (or memory coheency at all), also EV4
and EV5 which don't have BWX can get much higher speed from using
8-byte aligned data, as well as sticking to 64-bit data where
possible. All those masking operations are probably slowing the code
much.

> I've got the EBSDK, which was the PALCode developer's kit from the AlphaPC boards.  I don't think there's any pressing need to patch up the PALCode though.  The OSF/1 PALCode that Plan 9 runs with is already designed for UNIX-like systems.  Besides, since they're all implementation-specific, it'd be a bad idea to try to run the EBSDK PALCode on a GS-series machine, should anyone want to run Plan 9 on one in the future. :)

Well, the code for updating PALcode probably should be in bootloader
anyway, and HWPRB *does* report processor type, doesn't it? Patching
only "illegal instruction trap" should be enough. As for GS-series, at
my current job we still have some GS1280 (those were EV7z?) Pity I
wouldn't be able to play with those machines....

And could you share EBSDK? If the license permits, of course.

> -Ben
>



-- 
Paweł Lasek

  reply	other threads:[~2008-08-26 22:03 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-24 23:23 [9fans] lguest on 2.6.25 Alex Lee
2008-08-25  4:26 ` ron minnich
2008-08-25  4:32 ` ron minnich
2008-08-25  4:58   ` Alex Lee
2008-08-25  9:03     ` John Soros
2008-08-25 10:56       ` erik quanstrom
2008-08-25 14:52         ` ron minnich
2008-08-25 14:52           ` ron minnich
2008-08-25 14:59           ` erik quanstrom
2008-08-25 15:09             ` ron minnich
2008-08-25 18:48             ` John Soros
2008-08-25 18:54               ` lucio
2008-08-25 20:39                 ` John Soros
2008-08-25 21:27                 ` John Soros
2008-08-25 23:53                   ` [9fans] Anyone handy with Alpha assembler? Benjamin Huntsman
2008-08-26 15:24                     ` Paweł Lasek
2008-08-26 17:56                       ` Benjamin Huntsman
2008-08-26 22:03                         ` Paweł Lasek [this message]
2008-08-26 23:09                           ` Benjamin Huntsman
2008-08-25 22:44               ` [9fans] lguest on 2.6.25 ron minnich
2008-08-26  6:44                 ` John Soros
2008-08-28  2:28                   ` Alex Lee
2008-08-28  2:38                     ` ron minnich
2008-08-28 12:06                       ` erik quanstrom
2008-08-28  8:21                     ` John Soros
2008-08-28 15:38                       ` ron minnich
2008-08-28 16:50                         ` John Soros
2008-08-28 16:59                           ` erik quanstrom
2008-08-28 17:24                         ` Alex Lee
2008-08-28 18:07                           ` John Soros
2008-08-28  8:27                     ` Richard Miller
2008-08-28 11:55                     ` erik quanstrom
2008-08-28 17:34                       ` Alex Lee
2008-08-28  2:39                   ` ron minnich

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=9f3897940808261503g4fa8a50eh342d0ac3074a05bf@mail.gmail.com \
    --to=pawel.lasek@gmail.com \
    --cc=9fans@9fans.net \
    /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).