From: Dan Nicolaescu <dann@gnu.org>
To: 6365@debbugs.gnu.org
Subject: bug#6365: bidi data structure inefficiencies
Date: Sun, 06 Jun 2010 23:21:32 -0400 [thread overview]
Message-ID: <yxqmxv7il37.fsf@fencepost.gnu.org> (raw)
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.
next reply other threads:[~2010-06-07 3:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-07 3:21 Dan Nicolaescu [this message]
2010-06-07 13:37 ` bug#6365: bidi data structure inefficiencies 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yxqmxv7il37.fsf@fencepost.gnu.org \
--to=dann@gnu.org \
--cc=6365@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.