From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ef33c33c4f98bde1 X-Google-Attributes: gid103376,public From: "Robert I. Eachus" Subject: Re: Compiler for Z80/6510 Date: 1999/12/21 Message-ID: <385FF32A.6D5302F5@mitre.org>#1/1 X-Deja-AN: 563545613 Content-Transfer-Encoding: 7bit References: <383c6fed.458467@news.fiam.net> <81k67s$47l$1@nnrp1.deja.com> <383DC86C.19A6F176@australia.boeing.com> <81m4m4$ci0$1@nnrp1.deja.com> <3845D4B4.98354460@mitre.org> <828n1c$8ir$1@nnrp1.deja.com> <38482436.F6F36E5@mitre.org> <82ffqg$m7o$1@nnrp1.deja.com> <38555F1D.FBA187A4@mitre.org> <83hhce$efs$1@nnrp1.deja.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@news.mitre.org X-Trace: top.mitre.org 945811851 19278 129.83.41.77 (21 Dec 1999 21:30:51 GMT) Organization: The MITRE Corporation Mime-Version: 1.0 NNTP-Posting-Date: 21 Dec 1999 21:30:51 GMT Newsgroups: comp.lang.ada Date: 1999-12-21T21:30:51+00:00 List-Id: Robert Dewar wrote: > I have the Pops for the 3033, and I still do not know what > you are talking about, please refer to the exact instructions > you are referring to, thanks! I am not referring to any instructions because they were undocumented! You should see in the 3033 documentation that there were several microcode extensions included in the base price, including the one for APL support. It was an optional add-on for many of the 370 series machines, including I think the 3031 and 3032, but was standard on the 3033. With the extensions, benchmarking APL vs. Fortran or PL/I usually resulted in a significant win for using APL. In fact, many significant systems used by the airline industry were written in APL by I. P. Sharp because it was significantly faster than any other language on high-end IBM mainframes. I did a lot of number-crunching on the 3033, and most matrix operations were much faster in APL than using specialized statistics packages from Fortran. (Note: I didn't care as much about speed as about accuracy. The APL domino operator was better for matrix inversion--and linear equation solving--than several of the statistics packages, and most especially on stiff or ill-formed matrices.) -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...