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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-ada From: Bakin@MIT-MULTICS.ARPA ("David S. Bakin") Newsgroups: net.lang.ada Subject: RE: package SYSTEM Message-ID: <851128013805.844737@MIT-MULTICS.ARPA> Date: Wed, 27-Nov-85 20:38:00 EST Article-I.D.: MIT-MULT.851128013805.844737 Posted: Wed Nov 27 20:38:00 1985 Date-Received: Fri, 29-Nov-85 00:14:19 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet List-Id: 1) Just for information, DEC Ada puts in system functions dealing with manipulations on type ADDRESS, PEEK and POKE type routines, definitions of the 4 VAX floating point types, definitions related to VMS stuff like ASTs (asynchronous system traps) and non-Ada exceptions, and operations on unsigned bytes and arrays of bits. 2) Just for information Alsys Ada puts in SYSTEM functions dealing with manipulations on type ADDRESS, PEEK and POKE type routines, and (depending on the particular target) convenient declarations on other types such as unsigned bytes. 3) What do other compilers have in package SYSTEM? 4) I don't understand why the "dynamic priority" problem is a problem of package SYSTEM. Although SYSTEM seems a place for it at the implementor's choice, if forbidden to put such a thing in SYSTEM why can't he put it somewhere else (i.e., a different library package, or a different pragma)? 5) Lets say you'd like your Ada compiler to offer 'freebies' (that is features not mandated by the language) such as convenient operations on packed arrays of bits (e.g., "and", "or" operators). Then do you prefer to have them in package SYSTEM or in some other library package? I'm asking because I'd really like to know the opinion of user's. To me it doesn't seem to make any difference because its not portable to use such features anyway, the only thing I could say is that having them in SYSTEM is a convenient "flag" to the reader when he sees the context clause at the top of the module -- the same argument which was first applied to the use of UNCHECKED_CONVERSION, UNCHECKED_DEALLOCATION. 6) Does anyone think an implementor is going to put hooks in to the run-time system to allow non-Ada tasking? Does anyone think an implementor is going to be asked by a user to do such a thing? Does any user PLAN to ask such a thing? I think it much more likely that an implementor will be asked to adapt his run-time system to implement Ada tasking semantics on top of an existing OS or monitor program than be asked to implement non-Ada tasking semantics. -- Dave (Normal disclaimer about me and my big mouth vs. Alsys and its corporate policy.)