From: Nick Duffek <nsd@redhat.com>
To: ac131313@cygnus.com
Cc: gdb@sources.redhat.com
Subject: Re: [multi-arch] The frame as the global parameter (long, important)
Date: Mon, 26 Feb 2001 13:12:00 -0000 [thread overview]
Message-ID: <200102262120.f1QLKtd00557@rtl.cygnus.com> (raw)
In-Reply-To: <3A970102.68681EB2@cygnus.com>
On 23-Feb-2001, Andrew Cagney wrote:
> o The frame have an architecture
> attached to it.
Yes, this seems like the right thing to do.
> As an intermediate hack, current
> architecture and current frame would
> remain as globals.
So eventually, current_gdbarch and selected_frame will be deprecated in
favor of passing gdbarch and/or frame pointers as parameters?
I wonder if that's really beneficial. Global variables should be used
sparingly, but they're appropriate for values shared across large expanses
of code, as current_gdbarch and selected_frame are.
Keeping those values in global variables could make the code more
maintainable rather than less. We'd need to add explicit context switches
at frame boundary crossings, but that seems lees onerous to me than adding
extra parameters to hundreds (thousands?) of function calls.
Nick
next prev parent reply other threads:[~2001-02-26 13:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-23 16:34 Andrew Cagney
2001-02-26 13:12 ` Nick Duffek [this message]
2001-02-26 13:53 ` Kevin Buettner
2001-02-26 15:27 ` Nick Duffek
2001-02-26 15:55 ` Kevin Buettner
2001-02-26 14:42 ` Andrew Cagney
2001-02-26 13:44 ` Kevin Buettner
[not found] <983058218.3463.ezmlm@sources.redhat.com>
2001-02-26 10:17 ` Jim Ingham
2001-02-26 13:16 ` Nick Duffek
2001-02-26 13:27 ` Jim Ingham
2001-02-26 13:28 ` Per Bothner
2001-02-26 13:50 ` Andrew Cagney
2001-02-26 14:52 ` Jim Ingham
2001-02-26 16:28 ` Andrew Cagney
2001-02-26 18:14 ` Jim Ingham
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=200102262120.f1QLKtd00557@rtl.cygnus.com \
--to=nsd@redhat.com \
--cc=ac131313@cygnus.com \
--cc=gdb@sources.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