From: Tom Tromey <tromey@redhat.com>
To: Jan Kratochvil <jan.kratochvil@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [patch] Accelerate blocks sorting
Date: Mon, 22 Jun 2009 18:26:00 -0000 [thread overview]
Message-ID: <m3r5xcnmzx.fsf@fleche.redhat.com> (raw)
In-Reply-To: <20090622173856.GA6649@host0.dyn.jankratochvil.net> (Jan Kratochvil's message of "Mon\, 22 Jun 2009 19\:38\:56 +0200")
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> GDB has been reported as hanging on crashed webkit.
Jan> https://bugzilla.redhat.com/show_bug.cgi?id=507267
This is also http://sourceware.org/bugzilla/show_bug.cgi?id=9988
Jan> + return (BLOCK_START (b) > BLOCK_START (a))
Jan> + - (BLOCK_START (b) < BLOCK_START (a));
This expression needs parens around it, according to GNU rules.
Jan> + barray = xmalloc (sizeof (*barray) * count);
Jan> + back_to = make_cleanup (xfree, barray);
I think you don't actually need a cleanup here, as nothing here can
call error. However, if you want to leave it, that is also ok with
me.
This is ok with a fix to the formatting nit.
Tom
next prev parent reply other threads:[~2009-06-22 18:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-22 17:39 Jan Kratochvil
2009-06-22 18:15 ` Michael Snyder
2009-06-22 18:26 ` Jan Kratochvil
2009-06-22 18:26 ` Tom Tromey [this message]
2009-06-22 18:35 ` Jan Kratochvil
2009-06-22 19:26 ` Tom Tromey
2009-06-22 19:51 ` Jan Kratochvil
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=m3r5xcnmzx.fsf@fleche.redhat.com \
--to=tromey@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=jan.kratochvil@redhat.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox