* bug#39790: 26.3; Painting text on macOS has becoming unbearably slow
@ 2020-02-25 18:39 John Wiegley
2020-02-25 21:16 ` Alan Third
0 siblings, 1 reply; 6+ messages in thread
From: John Wiegley @ 2020-02-25 18:39 UTC (permalink / raw)
To: 39790; +Cc: Alan Third
I use Emacs master as a dedicated ERC application window on macOS 10.15
(Catalina).
I've found that with current master (at least, up to the commit before the "no
text" bug I reported earlier), text redisplays *very very* slowly. In fact, I
can type faster than Emacs can display letters to me, hearkening back to ye
olde days of 110 baud modems.
I've done a Git bisect and discovered that this slow text behavior was
introduced in one of two commits. Since one of these does not compile, I could
not identify which one specifically, but it's either of:
3ad7813296760cecfd3fd35a5fb47930d61a573d
f674c905dc98a4617c40c4bc115462b4ad2ebfc2
Thus, 3ad7813296^ has fast text, as I've grown to expect, while f674c905dc has
very slow text.
The two commits are described as follows:
commit 3ad7813296760cecfd3fd35a5fb47930d61a573d (HEAD, refs/bisect/skip-3ad7813296760cecfd3fd35a5fb>
Author: Alan Third <alan@idiocy.org>
Date: Sun Jul 28 15:19:19 2019 +0100
Revert "Make all NS drawing be done from drawRect"
This reverts commit 7946445962372c4255180af45cb7c857f1b0b5fa.
commit f674c905dc98a4617c40c4bc115462b4ad2ebfc2 (refs/bisect/bad)
Author: Alan Third <address@hidden>
Date: Sun Feb 10 10:59:29 2019 +0000
Draw to offscreen buffer on macOS
* src/nsfns.m (x_set_background_color): Clear the frame after changing
the background color, not before.
* src/nsterm.h (drawingBuffer): New variable.
([EmacsView focusOnDrawingBuffer]):
([EmacsView copyRect:to:]):
([EmacsView createDrawingBufferWithRect:]): New methods.
* src/nsterm.m (ns_update_begin):
(ns_update_end):
(ns_focus):
(ns_unfocus): Handle drawing to offscreen buffer.
(ns_clip_to_row): Use ns_row_rect.
(ns_copy_bits): Remove unused function.
(ns_scroll_run):
(ns_shift_glyphs_for_insert): Use new scrolling method.
(ns_draw_fringe_bitmap):
(ns_dumpglyphs_image): When drawing to the offscreen buffer, flip
images so they appear the right way up.
(ns_dumpglyphs_stretch): Remove unnecessary code.
(ns_draw_window_cursor): Don't disable screen updates.
([EmacsView updateFrameSize:]): Update the size of the offscreen
buffer.
([EmacsView initFrameFromEmacs:]): Create offscreen buffer.
([EmacsView windowDidChangeBackingProperties:]):
([EmacsView createDrawingBufferWithRect:]):
([EmacsView focusOnDrawingBuffer]):
([EmacsView copyRect]): New methods.
([EmacsView viewWillDraw]): Remove method as it no longer does
anything useful.
([EmacsView drawRect:]): Handle drawing from offscreen buffer.
Were a betting man, I'd guess the latter was the cause...
--
John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#39790: 26.3; Painting text on macOS has becoming unbearably slow
2020-02-25 18:39 bug#39790: 26.3; Painting text on macOS has becoming unbearably slow John Wiegley
@ 2020-02-25 21:16 ` Alan Third
2020-04-10 17:32 ` John Wiegley
0 siblings, 1 reply; 6+ messages in thread
From: Alan Third @ 2020-02-25 21:16 UTC (permalink / raw)
To: 39790, eliz
On Tue, Feb 25, 2020 at 10:39:36AM -0800, John Wiegley wrote:
> I use Emacs master as a dedicated ERC application window on macOS 10.15
> (Catalina).
>
> I've found that with current master (at least, up to the commit before the "no
> text" bug I reported earlier), text redisplays *very very* slowly. In fact, I
> can type faster than Emacs can display letters to me, hearkening back to ye
> olde days of 110 baud modems.
Some stupid questions:
Are you using a transparent background?
What sort of hardware are you using?
Can you send me the first block of info report-emacs-bug puts in the
bug report, that looks like this:
In GNU Emacs 28.0.50 (build 192, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G3020))
of 2020-02-25 built on breton.holly.idiocy.org
Repository revision: 4b118bdca1d8aa130fb67eadb16e08e87e698aa4
Repository branch: master
Windowing system distributor 'Apple', version 10.3.1671
System Description: Mac OS X 10.14.6
--
Alan Third
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#39790: 26.3; Painting text on macOS has becoming unbearably slow
2020-02-25 21:16 ` Alan Third
@ 2020-04-10 17:32 ` John Wiegley
2020-04-16 18:21 ` Alan Third
0 siblings, 1 reply; 6+ messages in thread
From: John Wiegley @ 2020-04-10 17:32 UTC (permalink / raw)
To: Alan Third; +Cc: 39790
>>>>> "AT" == Alan Third <alan@idiocy.org> writes:
AT> Are you using a transparent background?
No.
AT> What sort of hardware are you using?
iMac Pro, 10-core Xeon, 64G RAM
AT> Can you send me the first block of info report-emacs-bug puts in the bug
AT> report, that looks like this:
In GNU Emacs 26.3 (build 1, x86_64-apple-darwin19.3.0, NS appkit-1894.30 Version 10.15.3 (Build 19D76))
Windowing system distributor 'Apple', version 10.3.1894
Configured using:
'configure --prefix=/nix/store/g96nw1sy3vf6dc3kvpskiai4z1v5gvvx-emacs-26.3
--disable-build-details --with-modules --with-ns --disable-ns-self-contained
'CFLAGS=-O3 -Ofast -DMAC_OS_X_VERSION_MAX_ALLOWED=101200''
--
John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#39790: 26.3; Painting text on macOS has becoming unbearably slow
2020-04-10 17:32 ` John Wiegley
@ 2020-04-16 18:21 ` Alan Third
2021-08-11 12:32 ` Lars Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: Alan Third @ 2020-04-16 18:21 UTC (permalink / raw)
To: John Wiegley; +Cc: 39790
Hi John,
I’ve pushed a change to the master branch which may sort this (but I’m
not holding out much hope. You’ll need to increase this
-DMAC_OS_X_VERSION_MAX_ALLOWED=101200
to 101400 or higher so it will build in the correct drawing path.
--
Alan Third
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#39790: 26.3; Painting text on macOS has becoming unbearably slow
2020-04-16 18:21 ` Alan Third
@ 2021-08-11 12:32 ` Lars Ingebrigtsen
2021-09-09 15:22 ` Lars Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2021-08-11 12:32 UTC (permalink / raw)
To: Alan Third; +Cc: John Wiegley, 39790
Alan Third <alan@idiocy.org> writes:
> I’ve pushed a change to the master branch which may sort this (but I’m
> not holding out much hope. You’ll need to increase this
>
> -DMAC_OS_X_VERSION_MAX_ALLOWED=101200
>
> to 101400 or higher so it will build in the correct drawing path.
This was a year ago -- are you still seeing these problems, John?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#39790: 26.3; Painting text on macOS has becoming unbearably slow
2021-08-11 12:32 ` Lars Ingebrigtsen
@ 2021-09-09 15:22 ` Lars Ingebrigtsen
0 siblings, 0 replies; 6+ messages in thread
From: Lars Ingebrigtsen @ 2021-09-09 15:22 UTC (permalink / raw)
To: Alan Third; +Cc: John Wiegley, 39790
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Alan Third <alan@idiocy.org> writes:
>
>> I’ve pushed a change to the master branch which may sort this (but I’m
>> not holding out much hope. You’ll need to increase this
>>
>> -DMAC_OS_X_VERSION_MAX_ALLOWED=101200
>>
>> to 101400 or higher so it will build in the correct drawing path.
>
> This was a year ago -- are you still seeing these problems, John?
More information was requested, but no response was given within a
month, so I'm closing this bug report. If the problem still exists,
please respond to this email and we'll reopen the bug report.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-09-09 15:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-25 18:39 bug#39790: 26.3; Painting text on macOS has becoming unbearably slow John Wiegley
2020-02-25 21:16 ` Alan Third
2020-04-10 17:32 ` John Wiegley
2020-04-16 18:21 ` Alan Third
2021-08-11 12:32 ` Lars Ingebrigtsen
2021-09-09 15:22 ` Lars Ingebrigtsen
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.