This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Small footprint on Embedded system
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: gcj mail list <java at gcc dot gnu dot org>
- Date: 24 Sep 2002 21:40:00 -0600
- Subject: Re: Small footprint on Embedded system
- References: <Pine.LNX.4.44.0209242001070.3520-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> The g++ frontend makes considerable use of
Jeff> TYPE_DECL_SUPPRESS_DEBUG while gcj currently emits everything
Jeff> for -g<n> where n > 1.
Does g++ emit debug info the way you'd like gcj to?
If so, please file a PR for it.
Tom