[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What's the problem?
From: |
Richard Stallman |
Subject: |
Re: What's the problem? |
Date: |
Fri, 12 Dec 2003 18:55:58 -0500 |
What we're talking about is basically multiple-stacks, context-switches
done only from Feval (i.e. at elisp granularity so there's no concurrency
in the C code),
The number of C functions that call Feval is rather large,
and include redisplay. So this is not quite as easy as it might seem.
Redisplay could set a flag to prevent thread-switching. That would
remove one large piece of the problem. How big the problem remains
after that, I am not sure.
- Re: What's the problem?, (continued)
- Re: What's the problem?, Miles Bader, 2003/12/10
- Re: What's the problem?, Ted Zlatanov, 2003/12/10
- Re: What's the problem?, Miles Bader, 2003/12/10
- Re: What's the problem?, Ted Zlatanov, 2003/12/11
- Re: What's the problem?, Richard Stallman, 2003/12/12
- Re: What's the problem?, Miles Bader, 2003/12/13
- Re: What's the problem?, Richard Stallman, 2003/12/13
- Emacs kill buffer, Camm Maguire, 2003/12/14
- Re: What's the problem?, Stefan Monnier, 2003/12/11
- Re: What's the problem?, Miles Bader, 2003/12/11
- Re: What's the problem?,
Richard Stallman <=
- Re: What's the problem?, Eli Zaretskii, 2003/12/13
- Re: What's the problem?, Jan D., 2003/12/13
- Re: What's the problem?, David Kastrup, 2003/12/13
- Re: What's the problem?, Eli Zaretskii, 2003/12/14
- Re: What's the problem?, David Kastrup, 2003/12/14
- Re: What's the problem?, Eli Zaretskii, 2003/12/14
- Re: What's the problem?, Richard Stallman, 2003/12/14
- Re: What's the problem?, Eli Zaretskii, 2003/12/10
- Re: What's the problem?, Richard Stallman, 2003/12/11
- Re: What's the problem?, Ted Zlatanov, 2003/12/11