From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Mon, 23 Nov 2015 20:17:03 +0200 Message-ID: <83y4dozilc.fsf@gnu.org> References: <878u5upw7o.fsf@lifelogs.com> <83ziya8xph.fsf@gnu.org> <83y4du80xo.fsf@gnu.org> <837fld6lps.fsf@gnu.org> <83610w5o97.fsf@gnu.org> <564FACF5.2080601@cs.ucla.edu> <564FBAA7.5030306@cs.ucla.edu> <5650F9CD.9030707@cs.ucla.edu> <83oaem2ebu.fsf@gnu.org> <83mvu62cst.fsf@gnu.org> <56520E5F.706@cs.ucla.edu> <831tbh3ket.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1448302663 25197 80.91.229.3 (23 Nov 2015 18:17:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2015 18:17:43 +0000 (UTC) Cc: aurelien.aptel+emacs@gmail.com, tzz@lifelogs.com, eggert@cs.ucla.edu, dancol@dancol.org, emacs-devel@gnu.org To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 19:17:33 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 1a0vg8-0000aJ-9q for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2015 19:17:28 +0100 Original-Received: from localhost ([::1]:33962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0vg8-0006Nv-PI for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2015 13:17:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0vft-0006Ne-9r for emacs-devel@gnu.org; Mon, 23 Nov 2015 13:17:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0vfo-0001gR-WD for emacs-devel@gnu.org; Mon, 23 Nov 2015 13:17:13 -0500 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:35433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0vfo-0001gI-Os for emacs-devel@gnu.org; Mon, 23 Nov 2015 13:17:08 -0500 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NYA00F005CJSR00@mtaout26.012.net.il> for emacs-devel@gnu.org; Mon, 23 Nov 2015 20:20:03 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NYA00D495LEBY30@mtaout26.012.net.il>; Mon, 23 Nov 2015 20:20:03 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 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:195135 Archived-At: > From: Philipp Stephani > Date: Sun, 22 Nov 2015 19:58:26 +0000 > Cc: eggert@cs.ucla.edu, aurelien.aptel+emacs@gmail.com, tzz@lifelogs.com, > emacs-devel@gnu.org, dancol@dancol.org > > Why? Why cannot emacs-module.c expose an allocator, which modules > will then use as a sole source of memory? And why such an allocator > cannot do exactly what you did in your patch? > > I've attached a patch for such an allocator, but it doesn't use longjmp. Thanks. Paul, if this is OK with you, please push (Phillip doesn't have write access to the repository).