Sujet : Re: The Design of Design
De : johnl (at) *nospam* taugh.com (John Levine)
Groupes : comp.archDate : 26. Apr 2024, 19:38:43
Autres entêtes
Organisation : Taughannock Networks
Message-ID : <v0gsbj$2cok$1@gal.iecc.com>
References : 1 2 3 4
User-Agent : trn 4.0-test77 (Sep 1, 2010)
According to Thomas Koenig <
tkoenig@netcologne.de>:
S/360 invented eight bit byte addressed memory with larger power of 2
Brooks wrote that the design was supposed to have been 32-bit
clean from the start, but that the people who implemented the BALR
instruction (which puts some bits of the PSW into the high-value
byte) didn't follow that guideline. He blamed himself for not making
that sufficiently clear to all the design team.
Yup. Even worse, the OS programmers were under extreme pressure
to save memory so in every data structure with address words,
they used the high byte for flags or other stuff. So when they
went to 31 bit addressing, they needed new versions of all of
the control blocks.
I thought the PDP-10 was swell, but even if DEC had been able to
design and ship the Jupiter follow-on to the KL-10, its expanded
addressing was a kludge. It only provided addressing 8M words or about
32M bytes with no way to go past that.
I misread the manual. The extended addresses were 30 bits or about 4GB
which was plenty for that era, but the way they did it in 256K word
sections was still a kludge. In the original PDP-6/10 every
instruction could address all of memory. In extended mode you could
directly address only the current section, and everything else needed
an index register or an indirect address.
While this wasn't terribly hard, it did mean that any time you wanted
to change a program to run in extended mode you had to look at all the
code and check every instruction that did an address calculation,
which was tedious.
Reading
>
http://bitsavers.informatik.uni-stuttgart.de/pdf/dec/pdp10/KC10_Jupiter/ExtendedAddressing_Jul83.pdf
>
I concur that it was a kludge, but at least they seem to have
allowed for further extension by reserving a 1-1- bit pattern,
as an illegal indirect word.
Given that it could already address 4GB I don't think that would help, since anything
larger would need multi-word addresses which would be an even worse kludge.
However, one questions. Designs like the PDP-10 or the UNIVAC
(from what I read on Wikipedia) had "registers" at certain
memory locations. On the PDP-10, it even appears to have been
possible to run code in the first memory locations/registers.
Funny you should mention that. On the PDP-6/10, the registers were the
first 16 memory locations. There were no register to register
instructions since you used the regular instruction with a memory
address between 0 and 017. You could indeed run code in the registers
which was somewhat faster. I wrote a little multi-precision factorial
routine that ran in the registers.
It seems that the /360 was the first machine which put many
registers into a (conceptually) separate space, leaving them open
to implementing them either in memory or as faster logic.
>
Is that the case, or did anybody beat them to it?
On the PDP-6 and KA-10 the transistor registers were an extra cost
option, so you could order your machine either way. I believe that DEC
never shipped a machine without the fast registers since the speed
difference was so great.
-- Regards,John Levine, johnl@taugh.com, Primary Perpetrator of "The Internet for Dummies",Please consider the environment before reading this e-mail. https://jl.ly
Date | Sujet | # | | Auteur |
21 Apr 24 | The Design of Design | 128 | | Thomas Koenig |
21 Apr 24 | Re: The Design of Design | 67 | | John Levine |
25 Apr 24 | Re: The Design of Design | 66 | | Thomas Koenig |
25 Apr 24 | Re: The Design of Design | 65 | | Stephen Fuld |
26 Apr 24 | Re: The Design of Design | 56 | | John Levine |
26 Apr 24 | Re: The Design of Design | 2 | | MitchAlsup1 |
26 Apr 24 | Re: The Design of Design | 1 | | John Levine |
26 Apr 24 | Re: The Design of Design | 50 | | Thomas Koenig |
26 Apr 24 | Re: The Design of Design | 1 | | Stephen Fuld |
26 Apr 24 | Re: The Design of Design | 47 | | John Levine |
27 Apr 24 | Re: The Design of Design | 4 | | Thomas Koenig |
27 Apr 24 | Re: PDP-10 addressing, was The Design of Design | 3 | | John Levine |
27 Apr 24 | Re: PDP-10 addressing, was The Design of Design | 2 | | MitchAlsup1 |
27 Apr 24 | Re: PDP-10 addressing, was The Design of Design | 1 | | John Levine |
30 Apr 24 | Re: The Design of Design | 42 | | MitchAlsup1 |
30 Apr 24 | Re: The Design of Design | 40 | | John Levine |
1 May 24 | Re: The Design of Design | 39 | | Tim Rentsch |
1 May 24 | Re: architecture, The Design of Design | 38 | | John Levine |
2 May 24 | Re: index architecture, The Design of Design | 1 | | John Levine |
2 May 24 | Re: architecture, The Design of Design | 4 | | Thomas Koenig |
3 May 24 | Re: architecture, The Design of Design | 1 | | MitchAlsup1 |
5 May 24 | Re: architecture, The Design of Design | 2 | | Thomas Koenig |
5 May 24 | Re: ancient 704 architecture, The Design of Design | 1 | | John Levine |
7 May 24 | Re: architecture, The Design of Design | 32 | | Tim Rentsch |
7 May 24 | Re: architecture, The Design of Design | 1 | | Thomas Koenig |
7 May 24 | Re: architecture, The Design of Design | 28 | | Michael S |
7 May 24 | Re: architecture, The Design of Design | 2 | | John Levine |
8 May 24 | Re: architecture, The Design of Design | 1 | | John Levine |
8 May 24 | Re: architecture, The Design of Design | 2 | | Tim Rentsch |
9 May 24 | Re: architecture, The Design of Design | 1 | | John Levine |
8 May 24 | Re: architecture, The Design of Design | 23 | | Thomas Koenig |
8 May 24 | Re: architecture, The Design of Design | 22 | | Michael S |
8 May 24 | Re: backward architecture, The Design of Design | 21 | | John Levine |
9 May 24 | Re: backward architecture, The Design of Design | 2 | | Lynn Wheeler |
10 May 24 | Re: backward architecture, The Design of Design | 1 | | Lynn Wheeler |
9 May 24 | Re: backward architecture, The Design of Design | 18 | | Michael S |
9 May 24 | Re: backward architecture, The Design of Design | 14 | | Thomas Koenig |
9 May 24 | Re: backward architecture, The Design of Design | 13 | | Michael S |
9 May 24 | Re: backward architecture, The Design of Design | 2 | | Anton Ertl |
9 May 24 | Re: backward architecture, The Design of Design | 1 | | Anton Ertl |
9 May 24 | Re: backward architecture, The Design of Design | 9 | | Stephen Fuld |
9 May 24 | Re: backward architecture, The Design of Design | 2 | | Michael S |
9 May 24 | Re: backward architecture, The Design of Design | 1 | | John Dallman |
10 May 24 | Re: backward architecture, The Design of Design | 6 | | Tim Rentsch |
10 May 24 | Re: backward architecture, The Design of Design | 5 | | Stephen Fuld |
30 May 24 | Re: backward architecture, The Design of Design | 4 | | Tim Rentsch |
30 May 24 | Re: backward architecture, The Design of Design | 3 | | Stephen Fuld |
30 May 24 | Re: backward architecture, The Design of Design | 2 | | Tim Rentsch |
31 May 24 | Re: backward architecture, The Design of Design | 1 | | John Levine |
10 May 24 | Re: backward architecture, The Design of Design | 1 | | Tim Rentsch |
10 May 24 | Re: backward architecture, The Design of Design | 1 | | John Levine |
10 May 24 | Re: backward architecture, The Design of Design | 2 | | Tim Rentsch |
10 May 24 | Re: backward architecture, The Design of Design | 1 | | John Levine |
7 May 24 | Re: architecture, The Design of Design | 2 | | Anton Ertl |
8 May 24 | Re: architecture, The Design of Design | 1 | | Tim Rentsch |
30 Apr 24 | Re: The Design of Design | 1 | | MitchAlsup1 |
30 Apr 24 | Re: what's a register, The Design of Design | 1 | | John Levine |
26 Apr 24 | Re: The Design of Design | 3 | | Stephen Fuld |
26 Apr 24 | Re: The Design of Design | 2 | | John Levine |
26 Apr 24 | Re: The Design of Design | 1 | | Stephen Fuld |
27 Apr 24 | Re: The Design of Design | 7 | | Thomas Koenig |
27 Apr 24 | Re: The Design of Design | 1 | | Stephen Fuld |
27 Apr 24 | Re: The Design of Design | 2 | | John Levine |
27 Apr 24 | Re: The Design of Design | 1 | | Thomas Koenig |
28 Apr 24 | Re: The Design of Design | 3 | | Tim Rentsch |
29 Apr 24 | Re: antitrust history, The Design of Design | 2 | | John Levine |
1 May 24 | Re: antitrust history, The Design of Design | 1 | | Tim Rentsch |
29 Apr 24 | Re: The Design of Design | 1 | | Tim Rentsch |
29 Apr 24 | Re: The Design of Design | 60 | | Tim Rentsch |
1 May 24 | Re: The Design of Design | 59 | | Stephen Fuld |
1 May 24 | Re: JCL, The Design of Design | 3 | | John Levine |
1 May 24 | Re: JCL, The Design of Design | 2 | | Stephen Fuld |
1 May 24 | Re: JCL, The Design of Design | 1 | | Stephen Fuld |
1 May 24 | Re: The Design of Design | 1 | | MitchAlsup1 |
1 May 24 | Re: The Design of Design | 1 | | Thomas Koenig |
7 May 24 | Re: The Design of Design | 53 | | Tim Rentsch |
7 May 24 | Re: The Design of Design | 45 | | Stephen Fuld |
7 May 24 | Re: The Design of Design | 1 | | Thomas Koenig |
7 May 24 | Re: The Design of Design | 33 | | Stephen Fuld |
7 May 24 | Re: The Design of Design | 29 | | Thomas Koenig |
7 May 24 | Re: The Design of Design | 28 | | Stephen Fuld |
7 May 24 | Re: interative use, The Design of Design | 25 | | John Levine |
7 May 24 | Re: interative use, The Design of Design | 4 | | MitchAlsup1 |
8 May 24 | Re: third system syndrome, interactive use, The Design of Design | 3 | | John Levine |
8 May 24 | Re: third system syndrome, interactive use, The Design of Design | 2 | | Lynn Wheeler |
9 May 24 | Re: third system syndrome, interactive use, The Design of Design | 1 | | Lynn Wheeler |
8 May 24 | Re: interative use, The Design of Design | 20 | | Stephen Fuld |
8 May 24 | Re: interative use, The Design of Design | 19 | | John Levine |
9 May 24 | Re: interative use, The Design of Design | 18 | | Stephen Fuld |
10 May 24 | Re: address architecture, not interactive use, The Design of Design | 17 | | John Levine |
10 May 24 | Re: address architecture, not interactive use, The Design of Design | 1 | | Stephen Fuld |
11 May 24 | Re: address architecture, not interactive use, The Design of Design | 15 | | Thomas Koenig |
11 May 24 | Re: address architecture, not interactive use, The Design of Design | 3 | | MitchAlsup1 |
12 May 24 | Re: address architecture, not interactive use, The Design of Design | 2 | | Thomas Koenig |
13 May 24 | Re: address architecture, not interactive use, The Design of Design | 1 | | MitchAlsup1 |
11 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 11 | | John Levine |
12 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 10 | | Thomas Koenig |
13 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 9 | | John Levine |
13 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 8 | | Thomas Koenig |
13 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 7 | | John Levine |
13 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 4 | | MitchAlsup1 |
14 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 1 | | Thomas Koenig |
25 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 1 | | Anton Ertl |
8 May 24 | Re: The Design of Design | 2 | | Thomas Koenig |
10 May 24 | Re: The Design of Design | 3 | | Tim Rentsch |
30 May 24 | Re: The Design of Design | 10 | | Tim Rentsch |
7 May 24 | Re: The Design of Design | 7 | | Thomas Koenig |