Alan Altmark wrote:
On Mon, 28 Dec 2015 11:02:15 -0600, Jerry Callen <jcal...@narsil.org> wrote:

"How can I avoid pipeline stalls?"

Not sure how relevant that this is to mainframe programming, but years ago when 
I designed and executed
with a team of nine a data-heavy server in Unix optimized for multiple cores, 
what we found was that
reroutable queuing of data from one simplistic processing engine to the next 
(with reservoirs for data accumulation)
got the most performance. It was a much more productive approach in light of 
memory, bus and i/o considerations than
executing an arbitrary design and trying to speed it up on the processor cores 
themselves.

That architecture is more or less how OS/400 worked on its best days, btw.


--
Jack J. Woehr     # Science is more than a body of knowledge. It's a way of
www.well.com/~jax # thinking, a way of skeptically interrogating the universe
www.softwoehr.com # with a fine understanding of human fallibility. - Carl Sagan

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to