From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3587 invoked by alias); 21 May 2004 21:34:54 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 3565 invoked by uid 48); 21 May 2004 21:34:54 -0000 Date: Sat, 22 May 2004 20:55:00 -0000 Message-ID: <20040521213454.3564.qmail@sourceware.org> From: "mckinlay at redhat dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040521210313.15576.mckinlay@redhat.com> References: <20040521210313.15576.mckinlay@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/15576] Class initialization optimization is disabled X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg02387.txt.bz2 List-Id: ------- 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