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,91c5b958fecf5eff X-Google-Attributes: gid103376,public From: kenner@lab.ultra.nyu.edu (Richard Kenner) Subject: Re: GNAT exception traceback Date: 1997/06/20 Message-ID: <5odnq3$h3h$1@news.nyu.edu>#1/1 X-Deja-AN: 251316954 References: <33A6FAC5.9BB@no.such.com> <33A85168.4E1A@no.such.com> Organization: New York University Ultracomputer Research Lab Newsgroups: comp.lang.ada Date: 1997-06-20T00:00:00+00:00 List-Id: In article <33A85168.4E1A@no.such.com> Spam Hater writes: >No system call or any other call. 40 lines of assembler, >consisting of a little setup and a loopof nine instructions. >The originator also claims it's fast. I didn't think to ask >whether it is Verdix specific. In order to get a traceback on a Sparc running a standard operating system, you *must* do a system call. Otherwise, the code may be very fast, but is not correct.