Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Yao Qi <yao@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [obv] Make 'disable_display' static.
Date: Fri, 11 Jan 2013 08:07:00 -0000	[thread overview]
Message-ID: <838v80gn16.fsf@gnu.org> (raw)
In-Reply-To: <1357870430-19757-1-git-send-email-yao@codesourcery.com>

> From: Yao Qi <yao@codesourcery.com>
> Date: Fri, 11 Jan 2013 10:13:50 +0800
> 
> disable_display is only called by disable_current_display in
> printcmd.c, so we can make it static.  I'll apply it in two days.

Thanks.

I'm not necessarily against this patch, but I have 2 questions to the
forum:

  . why is it a good idea to go hunting for functions not used outside
    its source file and make them static?  I don't see this
    requirement in any coding standards document pertinent to GDB.

  . if this is NOT mandated by any coding standards we try to enforce,
    why is this an "obvious" patch?

The reason I'm asking is that, in general, whoever wrote that function
could have judged it to be generally useful and export-worthy.  IOW,
its non-static type might be a result of deliberate design, not a
historical accident (such as if it was initially static, then made
extern because some other code, which no longer exists, needed it).

Which one is the case in point, only an investigation into "cvs
annotate" or "git annotate" can tell.  If such an investigation _was_
in fact done, it would be a good idea to present it here.

If it turns out that this function was extern from day one, then we
should discuss whether it indeed is worthy of being exported, instead
of defaulting to the "obvious" route based on its current users.

P.S.  This could be judged as bike-shedding, but if the issue is
serious enough to make a patch, it is serious enough to discuss, IMO.


  reply	other threads:[~2013-01-11  8:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-11  2:14 Yao Qi
2013-01-11  8:07 ` Eli Zaretskii [this message]
2013-01-11  8:51   ` Yao Qi
2013-01-11 10:22     ` Eli Zaretskii
2013-01-11 11:32   ` Joel Brobecker
2013-01-11 14:39   ` Tom Tromey
2013-01-11 15:01     ` Pedro Alves
2013-01-11 15:27     ` Gary Benson

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=838v80gn16.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=yao@codesourcery.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