Gene Amdahl has died
111–114 of 114 posts
Re: Gene Amdahl has died
#112Earlier quoted context omitted.
You have to wonder about the management at IBM that made him unhappy enough to leave in the first place. That kind of guy is going to do what he's going to do now matter what. Whether he does it for you or in competition against you is the only question. There are very few lengths management shouldn't have gone to keep a guy like that happy at IBM.
He disagreed with their technical staff about how to design a mainframe. The technical staff said that the operating system should run on microcode to abstract away the hardware. That way it would be easier for customers to migrate to new hardware as it became available. And they could easily add a new instruction if they needed to. Gene said that it would be an order of magnitude faster if it ran directly on the har…
IBM analyzed programs-in-use to figure out which instructions bottlenecked real programs. These were the ones prioritized into native hardware. Others, where the bottleneck wasn't the central processor--like moving a block of memory from one location to another--were executed in microcode (at least back in the day: I was one of the engineers on the S/390 microcode engine.)
Re: Gene Amdahl has died
#113Honest question for those who got received CS/Engineering degrees in the last 10 years, did Amdahl's Law come up? I've seen programming courses go away from assembler/c/c++ over the years to Java and then scripting languages at a couple local schools. I wonder if the history/theory side changed as well.
Re: Gene Amdahl has died
#114Earlier quoted context omitted.
It meant that Amdahl's (and other manufacturer's) customers could buy IBM software and run it on non-IBM hardware.
I still don't know the answer: https://en.wikipedia.org/wiki/History_of_IBM#1969:_Antitrust... "After the unbundling, IBM software was divided into two main categories: System Control Programming (SCP), which remained free to customers, and Program Products (PP), which were charged for." So what were Amdahl's customers able to get? Didn't they get System Control Software from IBM (1)? Was it free for them? 1) I've fo…