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,7850afb37b6d5636,start X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Help for task's implemention Date: 1997/05/09 Message-ID: #1/1 X-Deja-AN: 240566753 References: <3372E5AC.7143BBBD@nudt.edu.cn> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-05-09T00:00:00+00:00 List-Id: <> This is of coruse target dependent, and the answer may be found by looking at the implementation of the target dependent units in the runtime library. If you are interested in how GNAT generates calls at the GNARL level, then look at Exp_Ch9.adb, which implements the compiler expansions for tasking.