emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs pretest 24.0.96


From: Eli Zaretskii
Subject: Re: Emacs pretest 24.0.96
Date: Wed, 02 May 2012 20:01:21 +0300

> Date: Wed, 2 May 2012 14:15:48 +0800
> From: Alex Harsanyi <address@hidden>
> Cc: address@hidden
> 
> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]