From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 57f2225: Add FIXME comment re stack overflow and modules Date: Mon, 21 Dec 2015 22:36:52 -0500 Message-ID: References: <20151221105754.18873.29466@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450755455 19726 80.91.229.3 (22 Dec 2015 03:37:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Dec 2015 03:37:35 +0000 (UTC) Cc: Paul Eggert To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 22 04:37:27 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aBDlO-0008Q4-QC for ged-emacs-devel@m.gmane.org; Tue, 22 Dec 2015 04:37:26 +0100 Original-Received: from localhost ([::1]:48534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBDlO-0006RO-8m for ged-emacs-devel@m.gmane.org; Mon, 21 Dec 2015 22:37:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBDlB-0006P6-Mk for emacs-devel@gnu.org; Mon, 21 Dec 2015 22:37:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBDl6-0001Ov-L0 for emacs-devel@gnu.org; Mon, 21 Dec 2015 22:37:13 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:42278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBDl6-0001On-FZ for emacs-devel@gnu.org; Mon, 21 Dec 2015 22:37:08 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id tBM3arSd012509; Mon, 21 Dec 2015 22:36:54 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id BC07FAE49C; Mon, 21 Dec 2015 22:36:52 -0500 (EST) In-Reply-To: (Paul Eggert's message of "Mon, 21 Dec 2015 10:57:54 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5527=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5527> : inlines <4139> : streams <1558111> : uri <2106144> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:196636 Archived-At: > +/* FIXME: The following implementation for non-local exit handling > + does not work with stack overflow detection. */ Hopefully, at some point we'll be allowed to get rid of this "longjmp paranoia". Stefan