Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 97962 invoked from network); 5 Jul 2007 06:36:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jul 2007 06:36:26 -0000 Received: (qmail 30754 invoked by uid 500); 5 Jul 2007 06:36:25 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 30732 invoked by uid 500); 5 Jul 2007 06:36:25 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 30723 invoked by uid 99); 5 Jul 2007 06:36:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 23:36:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mloenko@gmail.com designates 66.249.90.182 as permitted sender) Received: from [66.249.90.182] (HELO ik-out-1112.google.com) (66.249.90.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 23:36:20 -0700 Received: by ik-out-1112.google.com with SMTP id c30so1807773ika for ; Wed, 04 Jul 2007 23:35:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QA2+vYqdG5rZ1/wiWvgZSpgNGsueXFsBkQrSuXowY2tnJ1N4WknaR6Nmo/G9s/xJjCmngDAvnBHMMk5W0+3d8XNM9qNz4WVXAVHnbt8WvazWEWAzdTN5zcSwxNiN4gDi4mU8XrQEm3TawnRbxCAl21gdccmqXmOI7U25O1QgmrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qxPsjYirheCso4WhPDBdWmaxRKgfuhfXsfgRR2CJJFZslb4GaTi8E3WVfNzgLWjL9pd4vJzZPBbQIrJ4A2wwd4cwo89ZWLU8I9RIh1CI2X9+LMRZcLusHgJJFrhaxSvt6SFx7Uy0nDlOwtyVsU5jettPUS/kYY5HIh/oZei0SL0= Received: by 10.78.159.7 with SMTP id h7mr4510299hue.1183617358328; Wed, 04 Jul 2007 23:35:58 -0700 (PDT) Received: by 10.78.77.16 with HTTP; Wed, 4 Jul 2007 23:35:58 -0700 (PDT) Message-ID: <906dd82e0707042335q2b733b01k80c2d80a52a24ef@mail.gmail.com> Date: Thu, 5 Jul 2007 13:35:58 +0700 From: "Mikhail Loenko" To: dev@harmony.apache.org Subject: [drlvm] verifier discussion MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org We have passed code and feature freeze recently and have a momentum for bigger changes in the code. We have recently accepted [1] a contribution of an alternative implementation of bytecode verifier [2] New implementation demonstrated pretty nice testing [3] and performance results [4]. Though many bugs in current implementation were fixed and it now also demonstrate good testing results, the performance difference remains the same. I suggest that we switch default implementation for Harmony Thanks, Mikhail [1] http://mail-archives.apache.org/mod_mbox/harmony-dev/200706.mbox/%3c906dd82e0706040145o1173ce6dqcc671777c5b413c6@mail.gmail.com%3e [2] http://issues.apache.org/jira/browse/HARMONY-3363 [3] http://mail-archives.apache.org/mod_mbox/harmony-dev/200703.mbox/%3c8E389A5F2FEABA4CB1DEC35A25CB39CEB48212@mssmsx411%3e [4] http://mail-archives.apache.org/mod_mbox/harmony-dev/200703.mbox/%3c906dd82e0703152337n133fafd8t8275ed9277c00204@mail.gmail.com%3e