Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site amdahl.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!bellcore!decvax!decwrl!sun!amdahl!mat From: mat@amdahl.UUCP (Mike Taylor) Newsgroups: net.works,net.arch Subject: Re: assembly v.s. HOL Message-ID: <1473@amdahl.UUCP> Date: Wed, 1-May-85 00:10:09 EDT Article-I.D.: amdahl.1473 Posted: Wed May 1 00:10:09 1985 Date-Received: Fri, 3-May-85 04:14:16 EDT References: <1220@topaz.ARPA> <511@terak.UUCP> <1440@amdahl.UUCP> <518@terak.UUCP> Organization: Amdahl Corp, Sunnyvale CA Lines: 36 Xref: watmath net.works:1025 net.arch:1140 > Are my eyes deceiving me? Is someone really claiming that the reason > that computing the Ackerman function in C on a VAX 11/750 takes 3.3 > times as long as doing it in assembler on a Z-80A is because a VAX is > just plain slower than a Timex/Sinclair?? > > > This, of course, presumes that the VAX is basically faster than a Z-80A > > for short integer arithmetic. Why not compare apples to apples ? > > Other comments I've gotten by mail indicate that some folks also > question the VAX's "call" & "return" speed compared with a TS-1000. > > If a VAX can't do integer arithmetic nearly as fast as a TS-1000, and > a VAX can't do branching nearly as fast as a TS-1000, then why should > one buy a VAX for 1000 times the price of a TS-1000?? (Other than > because you can't get TS-1000's any more :-) > -- > Doug Pardee -- Terak Corp. -- !{hao,ihnp4,decvax}!noao!terak!doug A VAX11/780, a "big brother" of the VAX11/750, has a cycle time of 200 ns. That is, a 5 MHz. clock in microprocessor terms. Simple things, like for example adding two registers, probably take one cycle on both the Z80A and the VAX. Therefore, for at least some trivial applications, the Z80A and the VAX are comparable. A VAX11/750 is slower than a VAX11/780 (I believe). If this is due to reduced clock rate for example, then it is conceivable that some operations are faster on the Z80A than on the VAX. I merely point out that the performance of the two machines depends on the application, and this uncertainty weakens the argument comparing the languages. An apples-to-apples comparison would be more convincing. As to why one should buy a VAX, I'm sure I don't know. I've never bought one, myself. -- Mike Taylor ...!{ihnp4,hplabs,amd,sun}!amdahl!mat [ This may not reflect my opinion, let alone anyone else's. ]