emacs-devel
[Top][All Lists]
Advanced

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

Optimize glyph row clearing and copying routines


From: Eli Zaretskii
Subject: Optimize glyph row clearing and copying routines
Date: Tue, 24 Sep 2013 09:35:11 +0300

Does this change really speed up the code?  AFAIU, previously the
struct assignment could use word-size copies (because a struct is
always aligned), but now you cast the arguments to 'char *' and use
memcpy, which could fall back on copying single bytes or shorter
words.

Did you measure the impact?  Was it significant enough to justify this
change?



reply via email to

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