all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6365: bidi data structure inefficiencies
@ 2010-06-07  3:21 Dan Nicolaescu
  2010-06-07 13:37 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Nicolaescu @ 2010-06-07  3:21 UTC (permalink / raw)
  To: 6365

Some bidi data structures are bigger that they need to be, this
probably results in additional cache misses.
Examples:

struct bidi_saved_info could  use bitfields for the bidi_type_t members
Same for bidi_stack

bidi_it could use bitfields for a lot of it's members.






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-06 21:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07  3:21 bug#6365: bidi data structure inefficiencies Dan Nicolaescu
2010-06-07 13:37 ` Eli Zaretskii
2011-10-06 20:51   ` Glenn Morris
2011-10-06 21:04     ` Eli Zaretskii
2011-10-06 21:13       ` Eli Zaretskii
2011-10-06 21:22         ` Glenn Morris

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.