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 closure creation Date: Mon, 06 Aug 2012 15:01:21 +0200 Message-ID: <87txwgp42m.fsf@pobox.com> References: <87ehnkqsbz.fsf@pobox.com> <501F90DE.8030702@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344258101 26069 80.91.229.3 (6 Aug 2012 13:01:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2012 13:01:41 +0000 (UTC) Cc: guile-devel@gnu.org To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 06 15:01:41 2012 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 1SyMwH-0006oi-Aa for guile-devel@m.gmane.org; Mon, 06 Aug 2012 15:01:41 +0200 Original-Received: from localhost ([::1]:37558 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyMwG-0005Ag-K3 for guile-devel@m.gmane.org; Mon, 06 Aug 2012 09:01:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyMwC-000539-7i for guile-devel@gnu.org; Mon, 06 Aug 2012 09:01:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyMw6-0006Qc-DF for guile-devel@gnu.org; Mon, 06 Aug 2012 09:01:36 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:49707 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyMw6-0006QB-9Y for guile-devel@gnu.org; Mon, 06 Aug 2012 09:01:30 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 09D11947D; Mon, 6 Aug 2012 09:01:30 -0400 (EDT) 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=o85jqn4F7jevlpd0NxTxGNE3BTE=; b=yPInEW mRyeuE5tfLL9R+w3lA9BlbkgM8QNzac2t033Hv7BB+Nz9dQ2hkNuXv3N5fZW8y18 dSKnqOmc4ICz2rGK3CK/fAHbchGmj3nL80OImMSQKCIuHYWeUJrExbdXXeUHl6IF 1MGX9kL2tnT8jVaZgVcpO/senF2V9foCsjlg0= 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=PvEPDb68au2IWi5MW7DfFyPeEriAL0L0 nUiN5FnOO1l+vg8KZPHdiqINDSU8cTFHsMMtJ6Lydfh4pBtNg/PiC+eKmM//yXn9 Ayx5Xqy0rWYyiOu6DSBuzBKkvU5RCieQ+A+LGyqu91hLq6kqmmBUoXoPZMhF8g7V dm4Yc8TgdeQ= 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 ECA39947B; Mon, 6 Aug 2012 09:01:29 -0400 (EDT) Original-Received: from badger (unknown [89.131.176.233]) (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 67CF9947A; Mon, 6 Aug 2012 09:01:29 -0400 (EDT) In-Reply-To: (Noah Lavine's message of "Mon, 6 Aug 2012 07:44:54 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-Pobox-Relay-ID: D6A6F2EC-DFC6-11E1-9E58-11610E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:14781 Archived-At: On Mon 06 Aug 2012 13:44, Noah Lavine writes: > I haven't looked at the RTL program structure, but adding a new field > is basically what I did with the non-RTL program structure when I > worked on JIT there. The difference is that with the stack vm, there are objcode objects on to which you can put a pointer. In the RTL VM there are only code pointers. Andy -- http://wingolog.org/