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


Message #26 received at 26397 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Alan Third <alan <at> idiocy.org>
Cc: 26397 <at> debbugs.gnu.org, Aaron Jensen <aaronjensen <at> gmail.com>
Subject: Re: bug#26397: [PATCH] Use vfork if possible on Darwin (bug#26397)
Date: Sun, 09 Apr 2017 22:32:52 +0200
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.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




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.