From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 2BD20E0038 for ; Wed, 15 Jun 2022 11:36:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=message-id:date:mime-version:subject:to:references:from: in-reply-to:content-transfer-encoding; bh=l0trfrrgtcN77D5dVOSv8fdayov0Xzc4nBnp/DtDFHI=; b=a3JGQWzJFOWbyxYjc8NtI1b1CHB7ZuBJYjC9N8hKJzDFxLBHa1vvOz+K kUhqUL0VKaVUWhx7f4iqbm5F/KHxO2+nEKqKhU7664dS7t5UzgUH22WOs XSeGnywYOI+S1bBXXdGtulzrKEHqOVb4hU0r6DK/rFtwHV6hvz+xIgCJF k=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=florian.angeletti@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.91,300,1647298800"; d="scan'208";a="16819287" Received: from cadillac.paris.inria.fr (HELO [128.93.64.106]) ([128.93.64.106]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 11:36:59 +0200 Message-ID: Date: Wed, 15 Jun 2022 11:36:58 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Content-Language: en-US To: caml-list@inria.fr References: <1886863657.25388002.1655281359972.JavaMail.zimbra@inria.fr> From: Florian Angeletti In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Caml-list] OCaml 5.0, zeroth alpha release Dear Daniil, Yes, there are plans to reintroduce support for other architectures (in particular Power and Risc-V) during later releases of OCaml 5. And OCaml 4.14 will be maintained until support is restored. However, there is some discussion about the future status of the native compiler for the x86-32 and ARM32 architectures because those architectures are costly in term of compiler complexity.