This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: question about -fno-optimize-static-class-initialization


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]