From owner-freebsd-arm@freebsd.org Fri Dec 23 12:21:08 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF5EFC8EBE7 for ; Fri, 23 Dec 2016 12:21:08 +0000 (UTC) (envelope-from motoom@xs4all.nl) Received: from lb1-smtp-cloud3.xs4all.net (lb1-smtp-cloud3.xs4all.net [194.109.24.22]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A8592FD for ; Fri, 23 Dec 2016 12:21:07 +0000 (UTC) (envelope-from motoom@xs4all.nl) Received: from air.gandhi.now-ip.net ([94.214.188.253]) by smtp-cloud3.xs4all.net with ESMTP id PQKt1u00C5UUP8E01QKuH9; Fri, 23 Dec 2016 13:19:55 +0100 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Quick Start Tutorial? From: Michiel Overtoom In-Reply-To: <20161222193604.GA56820@becker.bs.l> Date: Fri, 23 Dec 2016 13:19:55 +0100 Content-Transfer-Encoding: 7bit Message-Id: References: <20161222193604.GA56820@becker.bs.l> To: freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2016 12:21:08 -0000 Hi Bertram, > On 2016-12-22, at 20:36, Bertram Scharpf wrote: > > I'm learning ARM, in particular things about C compiler > optimizations. On a sidenote, have you already discovered this website? http://www.davespace.co.uk/arm/efficient-c-for-arm/ Also interesting, from the same person: http://www.davespace.co.uk/arm/introduction-to-arm/ Greetings,