Page 1 of 1

You have a 50-year-old IBM mainframe in your cell phone

Posted: Mon Dec 08, 2014 11:43 am
by willedwards
Will Edwards from Mill Computing will be giving a talk on a revolutionary computer architecture.

When: 14:00-15:00 with discussion afterwards, 10th December 2014
Where: ICT building room ICT-507AB, Tallinn Tech, Akadeemia tee 15a, Tallinn, Estonia.

Every architectural part of current CPUs was present in the System/360 – caches, out-of-order execution, large register files, byte addressing, even hexadecimal. All the advances of the last 50 years have been in the fabrication process – how CPUs get made, not how they work. Isn’t it about time to bring the architecture up to date too?

This talk introduces the new Mill CPU architecture which brings DSP-like efficiency and performance to general purpose computing. Offering a 10x power/performance gain over conventional out-of-order superscalar architectures, the Mill family of CPUs scales from phones to supercomputers.

The Mill is an extremely wide-issue VLIW design, able to issue 30+ MIMD operations per cycle.  The Mill is inherently a vector machine and can vectorize and pipeline almost all loops in general purpose code. The Mill is a belt machine (as distinct from a stack or register machine) and has a fine grained security model that facilitates microkernels without performance penalties.

This talk will give a high-level introduction to the Mill programming model, with an opportunity for the audience to ask more detailed questions in areas of interest.

Will is a technical member of the Mill CPU team.

Videos and other material about other aspects of the Mill can be found at http://millcomputing.com/docs.

Re: You have a 50-year-old IBM mainframe in your cell phone

Posted: Mon Dec 08, 2014 2:29 pm
by Arto
I visit Tallinn now and then, but can't make it this week. Sounds like a great session, I can only hope it will be streamed and/or recorded!

Re: You have a 50-year-old IBM mainframe in your cell phone

Posted: Mon Dec 08, 2014 7:38 pm
by Brendan
Hi,
willedwards wrote:Every architectural part of current CPUs was present in the System/360 – caches, out-of-order execution, large register files, byte addressing, even hexadecimal. All the advances of the last 50 years have been in the fabrication process – how CPUs get made, not how they work.
While I'd agree with the general sentiments (changes to CPUs have been mostly evolutionary rather than revolutionary); I'm not sure that System/360 supported things like SMP, SMT, paging, virtualisation or SIMD... ;)


Cheers,

Brendan

Re: You have a 50-year-old IBM mainframe in your cell phone

Posted: Mon Dec 08, 2014 8:30 pm
by Schol-R-LEA
Brendan wrote:Hi,
willedwards wrote:Every architectural part of current CPUs was present in the System/360 – caches, out-of-order execution, large register files, byte addressing, even hexadecimal. All the advances of the last 50 years have been in the fabrication process – how CPUs get made, not how they work.
While I'd agree with the general sentiments (changes to CPUs have been mostly evolutionary rather than revolutionary); I'm not sure that System/360 supported things like SMP, SMT, paging, virtualisation or SIMD... ;)
If memory serves, System/360 didn't even have a hardware stack (IBM claimed it was too expensive, and kept claiming it long after they were de rigeur on much less costly CPUs, go figure...). Odd the bits of trivia you pick up, reading old magazines and suchlike... (actually, I got that from the 1987 edition of Computer Lib/Dream Machines, I think, but whatever).