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: f5d71,d275ffeffdf83655 X-Google-Attributes: gidf5d71,public X-Google-Thread: 146b77,d275ffeffdf83655 X-Google-Attributes: gid146b77,public X-Google-Thread: 109fba,d275ffeffdf83655 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,d275ffeffdf83655 X-Google-Attributes: gid103376,public From: mtobler@no-spam-ibm.net (Michael J. Tobler) Subject: Re: Ada vs C++ vs Java Date: 1999/01/16 Message-ID: #1/1 X-Deja-AN: 433247509 References: <369C1F31.AE5AF7EF@concentric.net> <369DDDC3.FDE09999@sea.ericsson.se> <369e309a.32671759@news.demon.co.uk> <77mu1h$n6m$1@galaxy.mchh.siemens.de> <77no7p$d65$1@nnrp1.dejanews.com> X-Notice: should be reported to postmaster@ibm.net X-Complaints-To: postmaster@ibm.net X-Trace: 16 Jan 1999 06:43:03 GMT, 32.100.170.227 Organization: MJT Newsgroups: comp.lang.ada,comp.lang.c++,comp.vxworks,comp.lang.java Date: 1999-01-16T00:00:00+00:00 List-Id: > In article <77mu1h$n6m$1@galaxy.mchh.siemens.de>, > Wolfgang Denk wrote: > > > > But even under hard realtime you certainly will very > > often use dynamic memory allocation - all variables put > > on the stack are using a method of "dynamic memory > > allocation" This is an incorrect statement. The stack is a static area of storage. Objects, both native and user-defined are simply defined there and the stack pointer is adjusted appropriately. There is no concept of "searching for available memory", allocating it, and recording it - the memory reserved for the stack is "allocated" at startup. -- <<<<<<<<<<<<<<<< Blue Skies >>>>>>>>>>>>>>>> < Michael J. Tobler: mtobler@no-spam-ibm.net > < **remove "no-spam-" when replying** > < http://www.webbrew.com/toblermj > < MJTobler:Instant Messenger; 28038932:ICQ > <<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>