all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Alex Harsanyi <alexharsanyi@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs pretest 24.0.96
Date: Wed, 02 May 2012 20:01:21 +0300	[thread overview]
Message-ID: <83wr4u7c0u.fsf@gnu.org> (raw)
In-Reply-To: <CAH-ciFr7eiAnXmALvr1vxEDfVQOF07iv2HynVGQp2y7eddd8ag@mail.gmail.com>

> Date: Wed, 2 May 2012 14:15:48 +0800
> From: Alex Harsanyi <alexharsanyi@gmail.com>
> Cc: emacs-devel@gnu.org
> 
> I didn't have a single problem with the changed CreateThread call, I
> used the fixed Emacs daily in the past 7 weeks.  Here is the diff:
> 
> diff -up --tabsize=4 e\:/Packages/emacs-24.0.94/src/w32proc.c\~
> e\:/Packages/emacs-24.0.94/src/w32proc.c
> --- e:/Packages/emacs-24.0.94/src/w32proc.c~	2012-02-14 00:13:25.000000000 +0800
> +++ e:/Packages/emacs-24.0.94/src/w32proc.c	2012-03-14 14:00:18.049600700 +0800
> @@ -141,7 +141,7 @@ new_child (void)
>        cp->char_consumed = CreateEvent (NULL, FALSE, FALSE, NULL);
>        if (cp->char_consumed)
>          {
> -	  cp->thrd = CreateThread (NULL, 1024, reader_thread, cp, 0, &id);
> +	  cp->thrd = CreateThread (NULL, 64 * 1024, reader_thread, cp,
> 0x00010000, &id);
>  	  if (cp->thrd)
>  	    return cp;
>  	}
> 

Thanks.

Would people who build Emacs on MS-Windows please apply this change
and run with it for a while?  If I don't hear any complaints in a
week, I will install this on the release branch.



  reply	other threads:[~2012-05-02 17:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-27 17:27 Emacs pretest 24.0.96 Chong Yidong
2012-05-01 12:23 ` Juanma Barranquero
2012-05-02  1:10   ` Alex Harsanyi
2012-05-02  3:00     ` Eli Zaretskii
2012-05-02  6:15       ` Alex Harsanyi
2012-05-02 17:01         ` Eli Zaretskii [this message]
2012-05-02 17:09           ` Chong Yidong
2012-05-02 17:22             ` Eli Zaretskii
2012-05-02 17:34             ` Juanma Barranquero
2012-05-03  7:54               ` Chong Yidong
2012-05-03  8:49                 ` Juanma Barranquero
2012-05-05  8:42             ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83wr4u7c0u.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=alexharsanyi@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.