From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 741 invoked by alias); 23 Apr 2009 16:23:27 -0000 Received: (qmail 711 invoked by uid 48); 23 Apr 2009 16:23:26 -0000 Date: Thu, 23 Apr 2009 16:23:00 -0000 Message-ID: <20090423162326.710.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/21855] array bounds checking elimination In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "aph at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2009-q2/txt/msg00017.txt.bz2 ------- 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