From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Samuel Bronson Newsgroups: gmane.emacs.devel Subject: Re: Have Mac OS X-related patches; need papers. Date: Mon, 2 Jul 2012 10:38:01 -0400 Message-ID: <75913E55-0573-4BBA-82EF-EB2F16DA531C@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1341240000 6451 80.91.229.3 (2 Jul 2012 14:40:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2012 14:40:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 02 16:39:59 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SlhnC-0004BY-Nw for ged-emacs-devel@m.gmane.org; Mon, 02 Jul 2012 16:39:58 +0200 Original-Received: from localhost ([::1]:40385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SlhnB-0008Lk-GH for ged-emacs-devel@m.gmane.org; Mon, 02 Jul 2012 10:39:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slhn8-0008LS-LR for emacs-devel@gnu.org; Mon, 02 Jul 2012 10:39:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Slhn4-0007Sc-0D for emacs-devel@gnu.org; Mon, 02 Jul 2012 10:39:54 -0400 Original-Received: from mail-qc0-f169.google.com ([209.85.216.169]:52837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slhn3-0007SN-QR for emacs-devel@gnu.org; Mon, 02 Jul 2012 10:39:49 -0400 Original-Received: by qcsd16 with SMTP id d16so3305911qcs.0 for ; Mon, 02 Jul 2012 07:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; bh=SeL0+QVSzcucRdKwoPxN1fANaZmgB1bOmhP8znL8HSw=; b=h2eoZFSuvWlTgyhjEMt9ciYw4P4nYLOivJBxIo+KC5PRMfc0s5kXkZxCNeBFDN6W0M 9dDU23a03XSFvffAYQWaNmZQogORrMVZ2B2YPPQa3t5OUqkXQ65qKlrii+CpPDs3peMu 090tnbiPbDZR7oOpYymA0jihBtMMFuEE0+HEMrrNO1roHVanslDezhKRCaSFGanYEUdl 8URLRyUASEQYVbI48LzElIPzRxWI0lxd1TO0vcPmMNWPT1i9S2ax13/+rEf0n/g1hU4M JpygWBii57FtwMQAJBgxoVFgrJ95Klc/QjYu0mJLzn1XNegpIUuTbBkFT+WCTmmF5RWZ IM+Q== Original-Received: by 10.229.112.75 with SMTP id v11mr1367743qcp.144.1341239987834; Mon, 02 Jul 2012 07:39:47 -0700 (PDT) Original-Received: from [192.168.0.18] (207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com. [207.172.123.137]) by mx.google.com with ESMTPS id w2sm31610640qao.2.2012.07.02.07.39.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Jul 2012 07:39:46 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151351 Archived-At: On Jul 1, 2012, at 10:26 PM, John Wiegley wrote: >>>>>> Samuel Bronson writes: > >> As for the ones I have committed, you would normally be able to use >> launchpad's web UI to look at them, but right now that seems to be >> having >> trouble, so your best bet is probably to either grab the branch or >> try >> something with "bzr missing", like so: > > Good stuff. > > I've been trying for a week to get Emacs to run with "clang -O4", > but at that > optimization level one of the red-black tree pointers get > overwritten with a > bad value. Debugging it involves reading a lot of assembly code, > and I just > ran out of steam. Would you be willing to work on the problem with > me? Well, the Mac I'm using for this has a G5 PowerPC cpu, so it can only run up through OS X 10.5.8 and Xcode 3.1.4, and only ppc and ppc64 code. Would that be of any use? I see that macports has several versions of clang available...