From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [RFC] proof-of-concept generational GC survives the bootstrap Date: Wed, 05 Sep 2012 11:43:24 +0200 Message-ID: <50471EBC.3050305@gmx.at> References: <5046182B.3080202@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1346840136 31902 80.91.229.3 (5 Sep 2012 10:15:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2012 10:15:36 +0000 (UTC) Cc: Emacs development discussions To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 12:15:37 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 1T9Cdv-00075S-3z for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2012 12:15:31 +0200 Original-Received: from localhost ([::1]:40847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Cds-0006iq-1r for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2012 06:15:28 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9C8M-0004nb-Cv for emacs-devel@gnu.org; Wed, 05 Sep 2012 05:42:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9C8I-0004pP-JZ for emacs-devel@gnu.org; Wed, 05 Sep 2012 05:42:54 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:43810) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1T9C8I-0004pI-8h for emacs-devel@gnu.org; Wed, 05 Sep 2012 05:42:50 -0400 Original-Received: (qmail invoked by alias); 05 Sep 2012 09:42:49 -0000 Original-Received: from 62-47-54-51.adsl.highway.telekom.at (EHLO [62.47.54.51]) [62.47.54.51] by mail.gmx.net (mp070) with SMTP; 05 Sep 2012 11:42:49 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX196BAFPDCZ6FOMOorflxC+d907D59kMvXzdh8o5pS MT1eVhRQI1KkMJ In-Reply-To: <5046182B.3080202@yandex.ru> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:153040 Archived-At: > This is a patch against bzr trunk 109851, ant it passes the full > bootstrap for me. It's also alive with basic editing operations, > but most probably will crash quite soon. There isn't too much > comments yet, so I tried to write some notices below. As soon as you get a fairly reliable version ready, please make it a branch. I will try it then for less critical work. Thanks, martin