This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: question about -fno-optimize-static-class-initialization
- From: Per Bothner <per at bothner dot com>
- To: apbianco at cygnus dot com
- Cc: java at gcc dot gnu dot org
- Date: Fri, 30 Nov 2001 16:03:18 -0800
- Subject: Re: question about -fno-optimize-static-class-initialization
- References: <3C07F0B8.2040600@bothner.com> <15367.62495.812184.660033@fencer.cygnus.com>
Another question:
I need to check for a constructor whether it calls
another constructors using 'this(arg)', since if so
there is no need to check that fields are assigned
to exactly once. Is there is a simple check for
whether this is called? If not, would it make sense
to add such a flag and set it in fix_constructors,
when 'invokes_this' is true.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/