This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/21855] array bounds checking elimination



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]