This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug tree-optimization/21855] array bounds checking elimination
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 23 Apr 2009 16:23:26 -0000
- Subject: [Bug tree-optimization/21855] array bounds checking elimination
- References: <bug-21855-360@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from aph at gcc dot gnu dot org 2009-04-23 16:23 -------
Officially, java doesn't have unsigned types for economy: believe it or not,
Java was once intended to be a small language. However, there are not many
unused bytecodes left, and a full set of signed instructions would use them
all.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855