From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22827 invoked by alias); 18 May 2011 18:27:17 -0000 Received: (qmail 22816 invoked by uid 22791); 18 May 2011 18:27:16 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_GC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 May 2011 18:26:59 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4IIQx11009662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 18 May 2011 14:26:59 -0400 Received: from zebedee.pink (ovpn-113-106.phx2.redhat.com [10.3.113.106]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p4IIQvXO020008; Wed, 18 May 2011 14:26:58 -0400 Message-ID: <4DD40F71.3060403@redhat.com> Date: Wed, 18 May 2011 18:27:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10 MIME-Version: 1.0 To: Sean Robert McGuffee CC: "java@gcc.gnu.org" Subject: Re: Compiling Netbeans with GCJ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg00002.txt.bz2 On 05/18/2011 07:20 PM, Sean Robert McGuffee wrote: > Is the Classpath library that gcj uses something that could be updated to > have everything Netbeans needs? Netbeans has grown on me in functionality. > It's just that it uses like 2 gigs of memory and is often very slow when > many files are open. I imagine if there ever were a case for gcj's > existence, a non-interpreted version of Netbeans might be it. Please don't top-post on the gcc lists. Sure, Classpath could be updated to have everything Netbeans needs, but it might be a multi-year task; I just don't know. I also don't know if a gcj-compiled version of Netbeans might really be faster/smaller than running on OpenJDK. Probably not. Andrew. > On 5/18/11 4:34 AM, "Andrew Haley" wrote: > >> On 17/05/11 19:16, Sean Robert McGuffee wrote: >>> Hi, >>> Has anyone compiled netbeans with gcj? >>> If so, can you please post your method? >> >> I don't think so. >> >> I'm sure gcj could compile Netbeans, but I am not at all sure that >> the Classpath library that gcj uses has everything Netbeans needs. >> Definitely not a first gcj project. >> >> Andrew. > >