From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13077 invoked by alias); 20 Aug 2005 19:31:59 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 13058 invoked by uid 48); 20 Aug 2005 19:31:59 -0000 Date: Sat, 20 Aug 2005 19:31:00 -0000 Message-ID: <20050820193159.13057.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20041109143610.18399.pinskia@gcc.gnu.org> References: <20041109143610.18399.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/18399] Class initialization optimization does not work with the inliner X-Bugzilla-Reason: CC X-SW-Source: 2005-q3/txt/msg00307.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-20 19:31 ------- I should copy and paste the full tree dump: : _Jv_InitClass (&t.class); n = 0; :; _Jv_InitClass (&t.class); n = n + 1; ; if (n == 1000) goto ; else goto ; The call to _Jv_InitClass is in the inner loop which causes a slow down and use not to be able to remove the loop. -- What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18399