9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Paul Lalonde <plalonde@telus.net>
To: Eric Van Hensbergen <ericvh@gmail.com>,
	Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Plan9 on the Cell...
Date: Tue, 24 May 2005 16:04:25 -0700	[thread overview]
Message-ID: <F69DCC8D-7ECA-457B-A356-2D17272DDD3A@telus.net> (raw)
In-Reply-To: <a4e6962a050524122650ff3ac2@mail.gmail.com>

Yes, I've been reading the compiler code in anticipation.  It's been  
close to 15 years since I last did any real compiler (code  
generation) work; it will take me some effort to get back up to speed.
I've been itching for an excuse to get a power mac, and this might be  
it.

Is the 32 bit power compiler heavilly used by anyone?

The SPEs, of course, are the interesting part from the systems point  
of view.  It would be interesting to find a clean way of offering  
them up (along with the required PU code - that's the hard part) as a  
cpu-like computing resource.  The tricky part is that SPE code seems  
to like to set up pipelines using multiple SPEs, which makes  
allocation trickier.  Pre-emption looks expensive because of the  
local memories.

Paul

On 24-May-05, at 12:26 PM, Eric Van Hensbergen wrote:

> On 5/24/05, Paul Lalonde <plalonde@telus.net> wrote:
>
>> IBM looks like they are going to open up the Cell architecture:
>> http://www.eetimes.com/news/latest/showArticle.jhtml? 
>> articleID=163106213
>> Which, if someone can start shipping dev boards, would lead me to
>> attempt a port :-)
>> I've been lucky enough to be working on one of these puppies for a
>> bit (demo at http://ps3.ign.com/articles/614/614705p1.html) and the
>> thing is so sweet to squeeze performance out of that I'd love to be
>> running a CPU server native on it...
>>
>>
>
> I have no direct knowledge of these things, but development boards are
> going to be scarce for a while.  I've heard rumors that IBM will be
> releasing the Cell full-systems simulator as part of them opening up
> the architecture -- that will likely be your best candidate for a port
> until development systems become more widely available.
>
> In the meantime, porting to the G5 (or any other readily available
> ppc64 platform) would probably be your best bet.  First step is the
> compiler (while you may be able to use the 32-bit power compiler,
> you'll really want 64-bit if you are looking to squeeze performance).
> Next is working with jmk (who is adding 64-bit support to the kernels
> for opteron) to do the same thing for PowerPC.
>
> That pretty much sums up the hard parts (at least for an initial
> support).  How to deal with the SPE's is a really big question, but
> that can be dealt with after the core port is complete.
>
> As you can see, I haven't put much thought into this myself ;)
>
>     -eric
>



  reply	other threads:[~2005-05-24 23:04 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-24 19:05 Paul Lalonde
2005-05-24 19:26 ` Eric Van Hensbergen
2005-05-24 23:04   ` Paul Lalonde [this message]
2005-05-24 23:18     ` Jack Johnson
2005-05-24 23:27       ` Eric Van Hensbergen
2005-05-24 23:30       ` Paul Lalonde
2005-05-25  3:11         ` Bruce Ellis
2005-05-27 16:53         ` Paul Lalonde
2005-05-28  6:29           ` andrey mirtchovski
2005-05-28 14:51             ` Eric Van Hensbergen
2005-05-28 17:45             ` Ronald G. Minnich
2005-05-28 17:56               ` Ronald G. Minnich
2005-05-28 18:11                 ` Jack Johnson
2005-05-28 18:31                   ` jmk
2005-05-28 18:34                 ` Paul Lalonde
2005-05-29  6:35                 ` Noah Evans
2005-05-29  9:26                   ` Charles Forsyth
2005-05-30 20:43                     ` Eric Van Hensbergen
2005-06-03 11:55                   ` Noah Evans
2005-06-03 12:57                     ` Eric Van Hensbergen
2005-06-03 15:46                     ` Dave Eckhardt
2005-06-03 16:43                       ` Ronald G. Minnich
2005-06-03 17:33                         ` Brantley Coile
2005-06-03 21:22                         ` David Leimbach
2005-05-29  9:26                 ` Charles Forsyth
2005-05-24 23:26     ` Eric Van Hensbergen
2005-05-25  9:10       ` C H Forsyth
2005-05-25 15:07         ` Ronald G. Minnich
     [not found]           ` <a4e6962a050525081244ed619d@mail.gmail.com>
2005-05-25 15:13             ` Fwd: " Eric Van Hensbergen
2005-05-25 15:30           ` C H Forsyth
2005-06-21 16:46   ` Eric Van Hensbergen
2005-06-10 14:04 ` Eric Van Hensbergen
2005-06-10 16:44   ` Paul Lalonde
2005-06-10 18:43     ` Bruce Ellis
2005-06-11  3:17     ` Ronald G. Minnich
2005-06-11  3:38       ` Tim Newsham
2005-06-11  3:45         ` Ronald G. Minnich
2005-06-11 19:36           ` C H Forsyth
2005-06-12 21:36       ` arisawa
2005-06-12 22:55         ` Eric Van Hensbergen
2005-06-12 23:54           ` George Gensure
2005-06-13  2:39         ` Ronald G. Minnich
2005-06-13  5:17           ` Martin C. Atkins
2005-05-28 19:21 jmk

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=F69DCC8D-7ECA-457B-A356-2D17272DDD3A@telus.net \
    --to=plalonde@telus.net \
    --cc=9fans@cse.psu.edu \
    --cc=ericvh@gmail.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 NNTP newsgroup(s).