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: RTL assembler landed Date: Mon, 10 Jun 2013 00:03:40 +0200 Message-ID: <87fvwr9c1v.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370815431 8547 80.91.229.3 (9 Jun 2013 22:03:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 22:03:51 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 10 00:03:50 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 1UlniI-0000OQ-1P for guile-devel@m.gmane.org; Mon, 10 Jun 2013 00:03:50 +0200 Original-Received: from localhost ([::1]:48691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlniH-0007w9-Ja for guile-devel@m.gmane.org; Sun, 09 Jun 2013 18:03:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlniE-0007w1-HD for guile-devel@gnu.org; Sun, 09 Jun 2013 18:03:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlniD-0006Q0-0x for guile-devel@gnu.org; Sun, 09 Jun 2013 18:03:46 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:59764 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlniC-0006Pm-Sl for guile-devel@gnu.org; Sun, 09 Jun 2013 18:03:44 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2D76AABF4 for ; Sun, 9 Jun 2013 18:03:44 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-type; s=sasl; bh=C s/ygbn3RpyL+lr7T1036G3RtjA=; b=jfe8Nlwr4aeWo6WtwlhVtt/Ea2R0p2Mug eCQFEg3aZqY6E/R4AVgfNRWfRAeVQCuhLTB+BPpyyhA5W1EvO54K7KEvsUmXgqnH hApy0h57uSa4+eFfB7wcH1RWO/GirVNAUQzkfOR+AFQMKsgnZSJZHU3eMqT1CChL 5qQrLhlJN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=sasl; b=f0Y UabaFclPVZyVGwMM+a95SSOgvqF2juWE+r8kD1zYFDMKaKsnJ3qJan3PGUlll7rD 1htKDmL8eCjiWTG2/ymDS0SASTsCDRzTrOFu2GkaT5ZIOSBhwbmjpGoubG7KQuu+ MdryPe0JceURaikFYFL0o3ifsNxxKqZ80zXlrjuA= 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 26972ABEA for ; Sun, 9 Jun 2013 18:03:44 -0400 (EDT) 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 A79EAABE9 for ; Sun, 9 Jun 2013 18:03:43 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Pobox-Relay-ID: 73662E06-D150-11E2-BF0C-9F710E5B5709-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:16475 Archived-At: Hi, FYI: the RTL assembler, disassembler, and related facilities have landed in master. The RTL VM exists in parallel with the old VM, and nothing uses the RTL VM right now besides tests, but anyway it's a step. Regards, Andy -- http://wingolog.org/