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,ff82986c79efd148 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Q: inlining Date: 1996/06/20 Message-ID: #1/1 X-Deja-AN: 161770583 references: organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-06-20T00:00:00+00:00 List-Id: Hannes asks "Gnat.info would be even better ;-) But there is a lot of stuff for which you have to read the sources of the lib. How to mix Ada and C I/O ? That's implementation specific and should be in the docs. It would be nice if all that goes beyond ARM would be documented. And a TODO would be fine. Will support for machine intrinsic subprograms be available soon ? Perhaps I need "ldstub" and "ta" on Sparc." Yes, there is a lot more documentatoin needed, for some idea, see the SGI GNAT manuals, which are the model for the full GNAT documenation currently being written. Intrinsics will be available soon. (meanwhile you can always write a C function that uses the gcc instrinsic feature).