This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/18399] Class initialization optimization does not work with the inliner
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 20 Aug 2005 19:29:13 -0000
- Subject: [Bug java/18399] Class initialization optimization does not work with the inliner
- References: <20041109143610.18399.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-20 19:29 -------
Actually this still does not work:
>From .final_cleanup:
<L1>:;
_Jv_InitClass (&t.class);
;
i = i + 1;
if (i == 1000) goto <L4>; else goto <L1>;
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |enhancement
Status|RESOLVED |REOPENED
Resolution|WONTFIX |
Summary|[4.0/4.1 Regression] Class |Class initialization
|initialization optimization |optimization does not work
|does not work with the |with the inliner
|inliner |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18399