From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Should catchlist elements be marked during GC? Date: Thu, 13 Jul 2006 12:09:09 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152785573 19028 80.91.229.2 (13 Jul 2006 10:12:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Jul 2006 10:12:53 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 13 12:12:52 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 1G0yBe-0008A4-CG for ged-emacs-devel@m.gmane.org; Thu, 13 Jul 2006 12:12:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0yBd-0002gV-D8 for ged-emacs-devel@m.gmane.org; Thu, 13 Jul 2006 06:12:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0yBQ-0002fo-1z for emacs-devel@gnu.org; Thu, 13 Jul 2006 06:12:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0yBO-0002fG-Vh for emacs-devel@gnu.org; Thu, 13 Jul 2006 06:12:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0yBO-0002fD-Rm for emacs-devel@gnu.org; Thu, 13 Jul 2006 06:12:34 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0yD8-00066w-RI for emacs-devel@gnu.org; Thu, 13 Jul 2006 06:14:23 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepb.post.tele.dk (Postfix) with SMTP id 48299A500B9 for ; Thu, 13 Jul 2006 12:12:29 +0200 (CEST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:56969 Archived-At: During GC, we don't explicitly go through the catchlist, marking the TAG and VAL member of each element. I just wondered if it is safe to assume that the TAG and VAL members are always marked due to some other method? If not 100% sure, it wouldn't cost a lot to mark them explicitly during GC. -- Kim F. Storm http://www.cua.dk