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 9771 invoked from network); 13 Dec 2022 15:56:46 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 13 Dec 2022 15:56:46 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 785A442405; Wed, 14 Dec 2022 01:56:34 +1000 (AEST) Received: from relay05.pair.com (relay05.pair.com [216.92.24.67]) by minnie.tuhs.org (Postfix) with ESMTPS id 48F95423F4 for ; Wed, 14 Dec 2022 01:56:29 +1000 (AEST) Received: from orac.inputplus.co.uk (unknown [87.112.76.75]) by relay05.pair.com (Postfix) with ESMTP id 991BD1A2834 for ; Tue, 13 Dec 2022 10:56:28 -0500 (EST) Received: from orac.inputplus.co.uk (orac.inputplus.co.uk [IPv6:::1]) by orac.inputplus.co.uk (Postfix) with ESMTP id EC37C22139 for ; Tue, 13 Dec 2022 15:56:27 +0000 (GMT) From: Ralph Corderoy To: tuhs@tuhs.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-reply-to: <206fc6bb-cb58-eb9b-ab4d-b472547aa890@riddermarkfarm.ca> References: <202212131431.2BDEVCls018959@freefriends.org> <206fc6bb-cb58-eb9b-ab4d-b472547aa890@riddermarkfarm.ca> Date: Tue, 13 Dec 2022 15:56:27 +0000 Message-Id: <20221213155627.EC37C22139@orac.inputplus.co.uk> Message-ID-Hash: UR77N5VXK63JK4BSQJ4XLTZV5AADXVQO X-Message-ID-Hash: UR77N5VXK63JK4BSQJ4XLTZV5AADXVQO X-MailFrom: ralph@inputplus.co.uk X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Clever code List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hi N., > I had always thought of a delay line as a precursor to a register (or > stack) for storing intermediate results. Is this not an accurate way > of thinking about it? As an example, https://en.wikipedia.org/wiki/EDVAC#Technical_description says Physically, the computer comprised the following components: - a magnetic tape reader-recorder (Wilkes 1956:36 describes this as a wire recorder.) ... - a dual memory unit consisting of two sets of 64 mercury acoustic delay lines of eight words capacity on each line [1 Ki words] - three temporary delay-line tanks each holding a single word It looks like the three temporaries were more akin to a stack or registers with the main delay lines providing working memory distinct from tape storage. Another analogy for a delay line might be a steadily turning Rolodex where the card on display can be read and then written, perhaps with a different value, before it disappears. -- Cheers, Ralph.