GNU bug report logs - #26397
25.1; call-process slow on macOS and slower on larger frames

Previous Next

Package: emacs;

Reported by: Aaron Jensen <aaronjensen <at> gmail.com>

Date: Sat, 8 Apr 2017 06:26:02 UTC

Severity: normal

Tags: fixed

Found in version 25.1

Fixed in version 26.1

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alan Third <alan <at> idiocy.org>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: 26397 <at> debbugs.gnu.org, Aaron Jensen <aaronjensen <at> gmail.com>
Subject: bug#26397: [PATCH] Use vfork if possible on Darwin (bug#26397)
Date: Sun, 9 Apr 2017 22:34:30 +0100
On Sun, Apr 09, 2017 at 10:32:52PM +0200, Andreas Schwab wrote:
> On Apr 09 2017, Alan Third <alan <at> idiocy.org> wrote:
> 
> > src/conf_post.h: Remove defines forcing use of fork.
> 
> That should list the removed macros.
> 
> 	* src/conf_post.h (HAVE_WORKING_VFORK): Don't undef.
> 	(vfork): Don't define.
> 
> > src/process.c (create_process): Use fork if pty_flag is set, otherwise
> > vfork.
> 
> That should say that it is only used when DARWIN_OS is defined.
> 
> 	* src/process.c (create_process) [DARWIN_OS]: Use fork if
> 	pty_flag is set, otherwise vfork.

Thank you. I’ve fixed those now.

-- 
Alan Third




This bug report was last modified 3 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.