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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,976a050e0f89277c X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Urgent question: malloc and ada... Date: 1998/05/03 Message-ID: <1998May3.123022.1@eisner>#1/1 X-Deja-AN: 349861294 X-Nntp-Posting-Host: eisner.decus.org References: <352A79C2.15FB7483@nathan.gmd.de> <1998Apr30.180141.1@eisner> <1998May1.104407.1@eisner> X-Trace: news.decus.org 894213026 14439 KILGALLEN [192.67.173.2] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1998-05-03T00:00:00+00:00 List-Id: In article , dewar@merv.cs.nyu.edu (Robert Dewar) writes: > Larry said > > < innards, particular for brand new modules. As far as _calls_ to the > operating system are concerned, however, the System Service Dispatcher > is written in VAX assembly language, on both VAX and Alpha, so that is > the language to which one interfaces system service calls. Since there > is a tight calling standard, however, it really does not cause trouble. > I find it hard to understand the tower of babble some other operating > systems have constructed through a lack of system-specific standards. >>> > > > Note here that Larry is agreeing with the proposed criterion for defining > the standard C compiler *even* in the case of VMS, which is the one case > in which you might have thought that C was not used in the operating system. Not exactly, since in the case of VAX/VMS _no_ C compiler is used in the operating system. > So, just to recapture the interesting point (I forget who made it). The > proposal is that in practice, a working definition of what the standard > C compiler means is that it is the C compiler used for wrting the operating > system. Certainly "the standard C compiler endorsed by the manufacturer of the operating system" makes sense, because DEC sells a C compiler to use with VAX/VMS, even if they don't use it in the writing of the operating system. > However, I don't see any analogous way of getting a feel for what the > standard Fortran or COBOL compiler may be, and here you definitely need > to find out from the vendor which Fortran compiler(s) or COBOL compiler(s) > their Ada compiler interfaces to. That "endorsement" wording should work for Fortran and COBOL in a lot of cases. Larry Kilgallen