Path: csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: Packaging Java Pathfinder Date: Fri, 23 Oct 2015 10:10:01 +0200 Message-ID: References: X-Original-To: debian-java@lists.debian.org X-Mailbox-Line: From debian-java-request@lists.debian.org Fri Oct 23 08:03:34 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.197 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, CAPINIT=0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -7 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=aVjJ50B5tVXIlJxm9oUnoxmM3HG6CmIYU3TPyLTN1rU=; b=XVsZC6f5W64bhOH5dBKSd2mLE02hf3rPIB0dPleb2ORYv8ogqsEEce1HCR9ZdVhXS8 GKqQiq91JknoZeeXMU0Zns0mskqdk+/0kxB7XEXwdGhdeCHLkHXGEy/0OJ6vGNsbD/EJ qThbGLWcdMzzroVWNjscHwW5rQOpkYNQn9p5Ojv39MIfnpgxvmrc6VGyMw0HtotO8r/V QJkSBUf3AhoyCBhMQ3wfU5k3hwh8FEjJs9yONMpD3u6NGgOYhcRiKlqKZ5rxhY7x5dfS U2UtOG2BEiwWdwR4kNfaG6IzshKRZz5IUTRe3hGCKbMz6wR6HNN7GxarQUJhv840C0FQ DGIA== X-Received: by 10.181.13.101 with SMTP id ex5mr2920315wid.2.1445587384107; Fri, 23 Oct 2015 01:03:04 -0700 (PDT) Sender: robomod@news.nic.it X-Enigmail-Draft-Status: N1110 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/18820 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/5629E9B7.9020902@apache.org Approved: robomod@news.nic.it Lines: 15 Organization: linux.* mail to news gateway X-Original-Date: Fri, 23 Oct 2015 10:03:03 +0200 X-Original-Message-ID: <5629E9B7.9020902@apache.org> X-Original-References: <1445572423.29523.13.camel@dimjasevic.net> X-Original-Sender: Emmanuel Bourg Xref: csiph.com linux.debian.maint.java:8504 Le 23/10/2015 05:53, Marko Dimjašević a écrit : > I would like to package JPF and I have a basic question. Given that JPF > is a JVM implemented in Java, would it be OK to package JPF such that it > is compiled with GCJ? Otherwise running a Java program in a JVM > implemented in a JVM is a huge resource penalty. Hi Marko, Is the performance that critical for a verification tool? The Hotspot JIT is rather good nowadays, are you sure using GCJ will significantly improve the performances? This looks a bit like premature optimization to me, but feel free to experiment. Emmanuel Bourg