From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Finding objects on C stack - alternate GCPRO Date: Wed, 16 Nov 2011 14:33:05 +0400 Message-ID: <4EC39161.1050708@yandex.ru> References: <4EC38B72.1000101@yandex.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1321439588 12664 80.91.229.12 (16 Nov 2011 10:33:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Nov 2011 10:33:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 16 11:33:04 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RQcnf-000461-OX for ged-emacs-devel@m.gmane.org; Wed, 16 Nov 2011 11:33:03 +0100 Original-Received: from localhost ([::1]:54794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQcnc-0007LV-Jq for ged-emacs-devel@m.gmane.org; Wed, 16 Nov 2011 05:33:00 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQcnZ-0007LN-95 for emacs-devel@gnu.org; Wed, 16 Nov 2011 05:32:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQcnV-0002bh-7v for emacs-devel@gnu.org; Wed, 16 Nov 2011 05:32:57 -0500 Original-Received: from mail.dev.rtsoft.ru ([213.79.90.226]:46137) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RQcnV-0002bY-29 for emacs-devel@gnu.org; Wed, 16 Nov 2011 05:32:53 -0500 Original-Received: (qmail 7600 invoked from network); 16 Nov 2011 10:32:50 -0000 Original-Received: from unknown (HELO ?192.168.5.146?) (192.168.1.70) by 0 with SMTP; 16 Nov 2011 10:32:50 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 213.79.90.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146056 Archived-At: On 11/16/2011 02:18 PM, Helmut Eller wrote: > And we could use C++ with destructors. Sure, but I don't expect to see a lot of this idea's fans among this list's subscribers. Dmitry