From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10099 invoked from network); 3 Sep 2021 17:29:07 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 3 Sep 2021 17:29:07 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id B5BCE9C8B9; Sat, 4 Sep 2021 03:29:06 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 5F94A9C870; Sat, 4 Sep 2021 03:28:51 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 937CE9C870; Sat, 4 Sep 2021 03:28:49 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id EEB949BA1E for ; Sat, 4 Sep 2021 03:28:48 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 8BF0D35E0AB; Fri, 3 Sep 2021 10:28:48 -0700 (PDT) Date: Fri, 3 Sep 2021 10:28:48 -0700 From: Larry McVoy To: Adam Thornton Message-ID: <20210903172848.GF13471@mcvoy.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] ATC/OSDI'21 joint keynote: It's Time for Operating Systems to Rediscover Hardware (Timothy Roscoe) X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" I am exactly as Adam described, still thinking like it is a PDP-11. Such an understandable machine. For me, out of order execution kind of blew up my brain, that's when I stopped doing serious kernel work, I just couldn't get to a mental model of how you reasoned about that. Though I was talking to someone about it, maybe Clem, recently and came to the conclusion that it is fine, we already sort of had this mess with pipelines. So maybe it is fine, but out of order bugs my brain. On Fri, Sep 03, 2021 at 10:10:57AM -0700, Adam Thornton wrote: > Much of the problem, I think, is that: > > 1) an idealized PDP-11 (I absolutely take Warner's point that that > idealization never really existed) is a sufficiently simple model that a > Bear Of Little Brain, such as myself, can reason about what's going to > happen in response to a particular sequence of instructions, and get fairly > proficient in instructing the machine to do so in a non-geological > timeframe. > > 2) a modern CPU? Let alone SoC? Fuggedaboutit unless you're way, way > smarter than I am. (I mean, I do realize that this particular venue has a > lot of those people in it...but, really, those are people with > extraordinary minds.) > > There are enough people in the world capable of doing 1 and not 2 that we > can write software that usually mostly kinda works and often gets stuff > done before collapsing in a puddle of nasty-smelling goo. There aren't > many people at all capable of 2, and as the complexity of systems > increases, that number shrinks. > > In short, this ends up being the same argument that comes around every so > often, "why are you people still pretending that the computer is a PDP-11 > when it clearly isn't?" Because, as with the keys and the streetlight, > that's what we have available to us. Only a grossly oversimplified model > fits into our heads. > > Adam > > On Fri, Sep 3, 2021 at 8:57 AM Warner Losh wrote: > > > > > > > On Wed, Sep 1, 2021 at 4:00 PM Dan Cross wrote: > > > >> I'm curious about other peoples' thoughts on the talk and the overall > >> topic? > >> > > > > My comment is that the mental map that he presents has always been a lie. > > At least it's been a lie from a very early time. > > > > Even in Unibus/Qbus days, the add-in cards had some kind of processor > > on it from an early time. Several of the VAX boards had 68000 or similar > > CPUs that managed memory. Even the simpler MFM boards had buffer > > memory that needed to be managed before the DMA/PIO pulled it out > > of the card. There's always been an element of different address spaces > > with different degrees of visibility into those address spaces. > > > > What has changed is all of these things are now on the SoC die so > > you have good visibility (well, as good as the docs) into these things. > > The number of different things has increased, and the for cross domain > > knowledge has increased. > > > > The simplistic world view was even inaccurate at the start.... > > > > Warner > > -- --- Larry McVoy lm at mcvoy.com http://www.mcvoy.com/lm