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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a6c65cbc407987fe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-17 04:40:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!colt.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: dynamic multithreading Date: 17 Nov 2002 12:40:58 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <3DD3D841.CD16A4CB@canal-plus.fr> <8MCB9.8643$8o1.1371873@news.xtra.co.nz> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1037536856 29521 62.49.19.209 (17 Nov 2002 12:40:56 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 17 Nov 2002 12:40:56 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:31001 Date: 2002-11-17T12:40:58+00:00 List-Id: "AG" writes: > I'd disagree. It is much easier to design a system which > always starts from scratch. There is also a lot less potential > for errors since you don't need to keep or handle previous > states. So how can it be less robust? (Unless, as stated above, > you simply don't trust your run-time system to even de-allocate > the stack) With GNAT it seems to be the task control block that doesn't get deallocated.