From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: wip-rtl native patch Date: Mon, 21 Jan 2013 20:06:07 +0100 Message-ID: <87k3r62w68.fsf@pobox.com> References: <87wqv6658u.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358795175 12382 80.91.229.3 (21 Jan 2013 19:06:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2013 19:06:15 +0000 (UTC) Cc: guile-devel To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 21 20:06:34 2013 Return-path: Envelope-to: guile-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 1TxMhV-0006hU-HU for guile-devel@m.gmane.org; Mon, 21 Jan 2013 20:06:33 +0100 Original-Received: from localhost ([::1]:59362 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxMhE-00014e-4u for guile-devel@m.gmane.org; Mon, 21 Jan 2013 14:06:16 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxMhA-00014U-8b for guile-devel@gnu.org; Mon, 21 Jan 2013 14:06:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxMh9-0007WR-21 for guile-devel@gnu.org; Mon, 21 Jan 2013 14:06:12 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:61413 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxMh8-0007WN-Sg for guile-devel@gnu.org; Mon, 21 Jan 2013 14:06:10 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 893C0B4E0; Mon, 21 Jan 2013 14:06:10 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=5HNMpnFTNR08Gqo9ru9anghRmwE=; b=D2b9Tn Ik9JAryx0PGVs6k/8qXS64S7F13npGmT2pWfq/G/aV58WFgN2/Xjc4Nv8g2N/3lt aXNE+J7UY8UAAh1NGUFm6QsDdwfO8tsOGQ15JzrJyVMUOqYVcCaJWhi/nKGTxFHw pFG8I1lidiu3qftHwZWqG5T22M9q+0rQoZIBo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=vzv9/x0EFtwWecjSteOuXa5mVHtW0XB2 hNXpG90ftGwoGXiBuehWCb/JLp/fO7JoRfLBfYzVQw5VvA6/AIa3X7vuROn7mpfb 4a2YA8WSHQ6Jwnqp0kcVMsPR6RKwAHJlmYUI9LQta7MQcX+P73lFs9QLP9LWwmO/ udvfJxW2WrQ= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7E8B2B4DF; Mon, 21 Jan 2013 14:06:10 -0500 (EST) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 07FBAB4DE; Mon, 21 Jan 2013 14:06:09 -0500 (EST) In-Reply-To: (Stefan Israelsson Tampe's message of "Mon, 21 Jan 2013 19:28:35 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Pobox-Relay-ID: 9DE7D14A-63FD-11E2-A6D2-0A4F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 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:15507 Archived-At: On Mon 21 Jan 2013 19:28, Stefan Israelsson Tampe writes: > As I understood my reason for doing this was that many closures point to > the same code fragment Ah, I see. Yes indeed this may make sense. I'll keep it in mind. Andy -- http://wingolog.org/