unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Andy Moreton <andrewjmoreton@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Memory leak due to bidi?
Date: Wed, 03 Aug 2011 09:44:38 -0400	[thread overview]
Message-ID: <E1QobkU-0001iA-T4@fencepost.gnu.org> (raw)
In-Reply-To: <vz1ty9ywrr5.fsf@gmail.com> (message from Andy Moreton on Wed, 03 Aug 2011 14:26:22 +0100)

> From: Andy Moreton <andrewjmoreton@gmail.com>
> Date: Wed, 03 Aug 2011 14:26:22 +0100
> 
> On Wed 03 Aug 2011, Kenichi Handa wrote:
> 
> > In article <m31ux3czcv.fsf@jhcloos.com>, James Cloos <cloos@jhcloos.com> writes:
> >
> >>>>>>> "SM" == Stefan Monnier <monnier@iro.umontreal.ca> writes:
> > SM> BTW, this problem is new: I've been running with bidi-display-
> > SM> reordering set to t for more than a year now and the problem only
> > SM> appeared in the last couple of weeks.
> >
> >> I can confirm that.
> >
> >> My build from 2011/06/07 did not have this bug.
> >
> >> My build from 2011/07/23 does.
> >
> > Could you check the versions before and after my changes for
> > char-table handling?
> >
> > 2011-07-07  Kenichi Handa  <handa@m17n.org>
> >
> > 	* character.h (unicode_category_t): New enum type.
> >
> > 	* chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
> > 	(Qchar_code_property_table): New variable.
> > [...]
> >
> > ---
> > Kenichi Handa
> > handa@m17n.org
> 
> Handa-san, can you please say which revision this was committed in ?
> 
> I can find the text above in src/Changelog, but bzr log seems unwilling
> to reveal the revision number of the commit.

You can specify a revision by its date, see "-r date:YYYY-MM-DD" in
the bzr docs.

The version you want is 105007.

It is easier to find this version by this:

 bzr log --line -l500 | fgrep Handa

> I've given up on using VC annotate in emacs after 10 minutes of bzr
> thrashing my machine with zero output.

??? "time bzr annotate src/character.h" shows this for me:

  real    0m21.802s
  user    0m20.430s
  sys     0m0.650s

That's not long enough to be annoying, let alone 10 minutes of
thrashing.  What am I missing?

(Btw, "git annotate" is even slower, by design.)

It is easier to find this version by this:

 bzr log --line -l500 | fgrep Handa



  reply	other threads:[~2011-08-03 13:44 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-02  4:42 Memory leak due to bidi? Eli Zaretskii
2011-08-02 19:12 ` Stefan Monnier
2011-08-02 19:16   ` Lars Magne Ingebrigtsen
2011-08-02 19:24     ` Andreas Schwab
2011-08-02 19:45       ` Lars Magne Ingebrigtsen
2011-08-02 20:12     ` joakim
2011-08-02 20:15       ` Lars Magne Ingebrigtsen
2011-08-02 20:37         ` joakim
2011-08-02 19:42   ` Andreas Röhler
2011-08-02 20:49   ` James Cloos
2011-08-03  1:10     ` Stefan Monnier
2011-08-03 13:30       ` Eli Zaretskii
2011-08-04 19:22         ` Antoine Levitt
2011-08-05  6:10           ` Eli Zaretskii
2011-08-03  4:29     ` Kenichi Handa
2011-08-03 13:16       ` Óscar Fuentes
2011-08-03 13:47         ` Eli Zaretskii
2011-08-04 16:00           ` Antoine Levitt
2011-08-04 16:30             ` Eli Zaretskii
2011-08-04 17:04               ` Antoine Levitt
2011-08-04 17:48                 ` Eli Zaretskii
2011-08-05  3:43                 ` Stephen J. Turnbull
2011-08-04  0:48         ` Kenichi Handa
2011-08-03 13:26       ` Andy Moreton
2011-08-03 13:44         ` Eli Zaretskii [this message]
2011-08-03 14:18           ` Stefan Monnier
2011-08-03 15:49             ` Andy Moreton
2011-08-03 16:16               ` Eli Zaretskii
2011-08-03 16:11             ` Eli Zaretskii
2011-08-03 16:01           ` Andy Moreton
2011-08-03 16:38             ` Eli Zaretskii
2011-08-04 23:15               ` Andy Moreton
2011-08-04  3:28             ` Stephen J. Turnbull
2011-08-04  5:15               ` Stefan Monnier
2011-08-04  5:19                 ` Eli Zaretskii
2011-08-04  9:23                 ` Stephen J. Turnbull

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1QobkU-0001iA-T4@fencepost.gnu.org \
    --to=eliz@gnu.org \
    --cc=andrewjmoreton@gmail.com \
    --cc=emacs-devel@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).