emacs-devel
[Top][All Lists]
Advanced

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

Re: Can we go GTK-only?


From: Daniel Colascione
Subject: Re: Can we go GTK-only?
Date: Tue, 1 Nov 2016 10:45:49 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 11/01/2016 10:44 AM, Eli Zaretskii wrote:
Cc: address@hidden, address@hidden, address@hidden
From: Daniel Colascione <address@hidden>
Date: Tue, 1 Nov 2016 10:18:58 -0700

CPU-intensive threads that cannot manipulate Lisp objects (not run
Lisp, but create and destroy Lisp objects) are not very useful in
Emacs.

Redisplay itself can run without invoking Lisp _most_ of the time

No, it can't.  It calls Lisp almost all the time.  The two main places
where that usually happens is JIT font-lock and mode-line display.

Maybe you are thinking about "emacs -Q" which is idle, but that's not
a very interesting use case, when multi-threading is being discussed.

I don't want to argue about your other arguments because I don't see a
point.

Why don't you see a point in buttressing your claims with facts?



reply via email to

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