From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3D37A0C3.D4CFD654@null.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <952dbd2b992f9f807f09fb725e0fadd7@vitanuova.com>, <20020718235753.6E7BC19AC9@mail.cse.psu.edu> Subject: Re: [9fans] useful language extension, or no? Date: Mon, 29 Jul 2002 15:59:35 +0000 Topicbox-Message-UUID: d54d5cb2-eaca-11e9-9e20-41e7f4b1d025 arisawa@ar.aichi-u.ac.jp wrote: > g=bffffc7c Well, yeah, it obviously has to be allocated on either the stack or the heap. Heap allocation requires cleanup a la C++ destructor while the stack cleanup is automatic. Note that GNU seems to like to use alloca also, perhaps for a similar reason.