From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.devel Subject: Re: impressions on gc Date: Thu, 19 Jan 2012 22:08:39 -0500 Message-ID: References: <87d3c799ev.fsf@pobox.com> <20111208154621.GD15815@yarrow.destinee.acro.gen.nz> <87sjkukenz.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1327028937 13300 80.91.229.12 (20 Jan 2012 03:08:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2012 03:08:57 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jan 20 04:08:49 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ro4qM-0005Qi-80 for guile-devel@m.gmane.org; Fri, 20 Jan 2012 04:08:46 +0100 Original-Received: from localhost ([::1]:40662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ro4qL-0003lE-CN for guile-devel@m.gmane.org; Thu, 19 Jan 2012 22:08:45 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:40349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ro4qI-0003l9-0V for guile-devel@gnu.org; Thu, 19 Jan 2012 22:08:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ro4qG-0008Ot-LJ for guile-devel@gnu.org; Thu, 19 Jan 2012 22:08:41 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:55579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ro4qG-0008OJ-Cq for guile-devel@gnu.org; Thu, 19 Jan 2012 22:08:40 -0500 Original-Received: by iadj38 with SMTP id j38so258559iad.0 for ; Thu, 19 Jan 2012 19:08:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NH4bH7eOfN3wJXQufd8EN5V+Wwv+iUdaIB4vwHk/LXg=; b=V+di8/0TGP3po9DDAIOoc2oxtZyuCpJ2zMrnDTBnFmT432unKV5yxuApktjmh3jThP LVgZxMcJ2BB8yElFDgy1fzVFjG+hZBOIFjIWcEbHE31EGMbme7PnPkZQaFfumo8B5Gse bdhk58t+p/H/mhHVyiGbUNFTCpHe02IRkCN7s= Original-Received: by 10.50.6.137 with SMTP id b9mr27249150iga.16.1327028919581; Thu, 19 Jan 2012 19:08:39 -0800 (PST) Original-Received: by 10.43.51.132 with HTTP; Thu, 19 Jan 2012 19:08:39 -0800 (PST) In-Reply-To: <87sjkukenz.fsf@pobox.com> X-Google-Sender-Auth: W86czBtaVnPXkVopX_Pv0aNjHmg X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:13591 Archived-At: Hello, As long as we're pinging people for 2.0.5, I don't think this patch ever got pushed. :-) I can't build master right now. This is partly my fault for doing so little sysadmin work that I still have libgc 7.1, but I still think this one should really, really be in 2.0.5 if the GC changes will also be there. Noah On Thu, Dec 8, 2011 at 3:10 PM, Andy Wingo wrote: > On Thu 08 Dec 2011 16:46, "Chris K. Jester-Young" writ= es: > >> Alas, part of that diff also breaks libgc 7.1 (which is the version that >> Debian currently has packaged), which lack the unmapping functions. >> Here's my diff to make it work again. > > Thanks for the patch! =A0In the future a git-format-patch attachment is > easiest. =A0Though, if you like, we can set you up with commit access, I > think. =A0Request to be added to the `guile' group on savannah and we'll > approve. =A0I'll push this one though. > > Regards, > > Andy > -- > http://wingolog.org/ >