From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 83528BBAF for ; Wed, 12 Aug 2009 14:12:46 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At0BAKxOgkrRVdzbkGdsb2JhbACaFz8BAQEBCQkMBxMDpg+RDgEDAgSEFQWBTFuGHw X-IronPort-AV: E=Sophos;i="4.43,367,1246831200"; d="scan'208";a="31069359" Received: from mail-fx0-f219.google.com ([209.85.220.219]) by mail2-smtp-roc.national.inria.fr with ESMTP; 12 Aug 2009 14:12:46 +0200 Received: by fxm19 with SMTP id 19so3624781fxm.26 for ; Wed, 12 Aug 2009 05:12:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=xEGATymnZIY0cYQw3IL/g7ikGVLCwHU3gxQ5OMuiV3A=; b=gQGsEZFpM11WDsCp4dRh6MsFJNytz4jyOAc7U1uDrDHGhcbgxpFdD1KF3FNhVfIiZi 8cfsPy+cNon0uHLc22p8qkBaOCFfkUsLAe7QN8wyxp1JeycSaZ2BVpLjTRnu5uobqGIj uW5XZZZwBwOQZ9K0cwBM94K3XywLcbYPcCbKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=IQlZyGd8VzjxLgVFowr/C15wLtAlBewemzFesXeXpFLfDzoUixqk9j69zbGCgjmIk5 1m4KVpDQJgiC0jdlQgr1aLhRbR4KDVa9ONFumRfEM1KiJuHX/pLp6sDybIlJm7RSOxFf iur8pun4NODK0Qp1BIVyfww0bHfAVCgxvAPTE= MIME-Version: 1.0 Sender: david.mentre@gmail.com Received: by 10.103.131.18 with SMTP id i18mr9943mun.131.1250079166103; Wed, 12 Aug 2009 05:12:46 -0700 (PDT) In-Reply-To: <20090811180646.GA3881@happyleptic.org> References: <20090810173413.GA7442@fp-desktop.fr.evistel.com> <20090810230804.GA23104@happyleptic.org> <20090811101100.GA3238@happyleptic.org> <20090811180646.GA3881@happyleptic.org> From: David MENTRE Date: Wed, 12 Aug 2009 14:12:26 +0200 X-Google-Sender-Auth: cd2e3ca6fa5b87df Message-ID: <3d13dcfc0908120512j24cf5ad6p417fc73d0c773547@mail.gmail.com> Subject: Re: [Caml-list] Native compilation for today's MIPS To: rixed@happyleptic.org Cc: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; compilation:01 mips:01 mips:01 endian:01 camlp:01 compiler:01 2009:98 80000:98 caml-list:01 unison:02 native:03 compiled:04 problem:05 problem:05 apparently:08 Hello, 2009/8/11 : >> 1004b6cc: =A0 =A0 68b80000 =A0 =A0 =A0 =A0ldl =A0 =A0 t8,0(a1) =A0 =A0 = =A0 =A0; Mips strange but clever way to load a possibly unaligned doublewor= d into t8. >> 1004b6d0: =A0 =A0 6cb80007 =A0 =A0 =A0 =A0ldr =A0 =A0 t8,7(a1) > > Too clever for me apparently. > Of course on a little endian CPU that must be : > > ldl t8,7(a1) > ldr t8,0(a1) > > This problem is gone. > Now camlp4 is compiled, and unison seams to work. Is this a problem you fixed in the compiler? Yours, d.