Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 51462 invoked from network); 25 Jun 2007 11:43:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2007 11:43:48 -0000 Received: (qmail 40129 invoked by uid 500); 25 Jun 2007 11:43:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 40099 invoked by uid 500); 25 Jun 2007 11:43:51 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 40089 invoked by uid 99); 25 Jun 2007 11:43:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 04:43:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 04:43:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 838C9418009 for ; Mon, 25 Jun 2007 04:43:27 -0700 (PDT) Message-ID: <498765.1182771807535.JavaMail.jira@brutus> Date: Mon, 25 Jun 2007 04:43:27 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-4270) [drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 In-Reply-To: <27273332.1182510208698.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky closed HARMONY-4270. -------------------------------------- Ok closing as verified. > [drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 > ------------------------------------------------------------------------ > > Key: HARMONY-4270 > URL: https://issues.apache.org/jira/browse/HARMONY-4270 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: windows/ia32 > Reporter: Ivan Zvolsky > Assignee: Gregory Shimansky > Priority: Minor > Attachments: icl_compilation.patch > > > The patch fixes compilation problems of drlvm on windows/ia32 using intel compiler. Some notes: > 1) In general, patch just fixes several icl's complaints about useless comparisons of unsigned with zero here and there. > 2) I'm not quite sure about correctness of changind _ReadWriteBarrier() and such to icl's __memory_barrier() intrinsic. > I checked that the patch enables compilation on windows/ia32/icl and doesn't break compilation on: > linux/em64t/gcc > windows/ia32/msvc > windows/ia32/icl -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.