From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: [Mac OS X] LP64 support for Mac OS X 10.4 + G5. Date: Sat, 11 Nov 2006 20:01:28 +0900 (JST) Message-ID: <20061111.200128.176736241.mituharu@math.s.chiba-u.ac.jp> References: <86u0l82ec3.fsf@panel.jk.homeunix.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163242940 23543 80.91.229.2 (11 Nov 2006 11:02:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Nov 2006 11:02:20 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 11 12:02:17 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Giqck-0006C3-VJ for ged-emacs-devel@m.gmane.org; Sat, 11 Nov 2006 12:02:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Giqck-0006XE-DE for ged-emacs-devel@m.gmane.org; Sat, 11 Nov 2006 06:02:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GiqcZ-0006Wd-Oe for emacs-devel@gnu.org; Sat, 11 Nov 2006 06:01:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GiqcX-0006Th-7f for emacs-devel@gnu.org; Sat, 11 Nov 2006 06:01:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GiqcX-0006TQ-29 for emacs-devel@gnu.org; Sat, 11 Nov 2006 06:01:57 -0500 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GiqcW-0000eZ-GU for emacs-devel@gnu.org; Sat, 11 Nov 2006 06:01:56 -0500 Original-Received: from localhost (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 5278D2CC6; Sat, 11 Nov 2006 20:01:52 +0900 (JST) Original-To: schwab@suse.de In-Reply-To: X-Mailer: Mew version 3.3 on Emacs 22.0 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:62067 Archived-At: >>>>> On Sat, 11 Nov 2006 11:23:48 +0100, Andreas Schwab said: >> Could someone take a look at the following src/alloc.c part of the >> LP64 support on Mac OS X 10.4 + G5 by Nozomu Ando? > This breaks hosts where GC_LISP_OBJECT_ALIGNMENT is less than sizeof > Lisp_Object. Why is the change to make_memory necessary? I guess this is for the case that `start' and `end' are exchanged at the beginning of mark_memory because the stack grows upward. If that is correct, maybe we need a similar change also for the second loop in mark_memory. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp