Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.arch Subject: Re: is Vax adressing sane today Date: Sun, 8 Sep 2024 02:03:44 -0000 (UTC) Organization: A noiseless patient Spider Lines: 11 Message-ID: References: <2024Sep6.080535@mips.complang.tuwien.ac.at> <8c40234e61f022a506f56f7422cf27c5@www.novabbs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sun, 08 Sep 2024 04:03:44 +0200 (CEST) Injection-Info: dont-email.me; posting-host="5b47ecd330ac087ccb2ea7289cdcbed3"; logging-data="1875184"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/39YGbPdIqyWiTVz8+6NEb" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:JgQ9quWpwhO6eEXCOlD8Q8qhoLU= Bytes: 1511 On Sun, 8 Sep 2024 00:52:25 +0000, MitchAlsup1 wrote: > Getting back to the originating:: It is faster these days to write:: > a[i] = b[i] + c[i];i++; > than the pre/post increment/decrement style of PDP-11. That’s how I normally write the code in a high-level language, and have done so since the 1980s. I figured any decent compiler would be able to attend to the details I couldn’t be bothered thinking about. ;)