This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/15576] Class initialization optimization is disabled
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 May 2004 21:34:54 -0000
- Subject: [Bug java/15576] Class initialization optimization is disabled
- References: <20040521210313.15576.mckinlay@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mckinlay at redhat dot com 2004-05-21 21:34 -------
Well, _Jv_InitClass isn't really a pure function, as class initialization has
side effects. However after it has been called the first time, all subsequent
calls have no effect.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15576