From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 29 10:03:29 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3163E16A421 for ; Sat, 29 Dec 2007 10:03:29 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate2.pacific.net.sg (smtpgate2.pacific.net.sg [203.120.90.32]) by mx1.freebsd.org (Postfix) with SMTP id 5858413C43E for ; Sat, 29 Dec 2007 10:03:28 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: (qmail 2575 invoked from network); 29 Dec 2007 10:03:26 -0000 Received: from adsl120.dyn229.pacific.net.sg (HELO P2120.somewherefaraway.com) (oceanare@210.24.229.120) by smtpgate2.pacific.net.sg with ESMTPA; 29 Dec 2007 10:03:23 -0000 Message-ID: <47761B63.4010407@pacific.net.sg> Date: Sat, 29 Dec 2007 18:03:15 +0800 From: Erich Dollansky User-Agent: Thunderbird 2.0.0.6 (X11/20070826) MIME-Version: 1.0 To: Kip Macy References: <47760132.5040306@pacific.net.sg> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, Ivan Voras Subject: Re: Architectures with strict alignment? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 10:03:29 -0000 Hi, Kip Macy wrote: > Isn't it everything except x86? not really. All RISC based designs need the alignment so that the CPU can fetch a CPU word in one go. CISC based designs do not have this limitiation. I also do not know of any other CISC based design which made it to mainstream. Erich > > -Kip > > On Dec 29, 2007 12:11 AM, Erich Dollansky wrote: >> Hi, >> >> >> Ivan Voras wrote: >>> Hi, >>> >>> Which of the architectures FreeBSD supports (if any) have strict memory >>> alignment requirements? (in the sense that accessing a 32-bit integer >>> not aligned on a 32-bit address results in a hardware trap/exception). >>> >> isn't this the case with SPARC and Itanium? >> >> I know, they are 64 bits. >> >> Erich >> >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >> >