From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sjoerd van Leent Newsgroups: gmane.lisp.guile.devel Subject: Attempt to create an inline assembler for Guile Date: Wed, 24 Jun 2015 21:41:25 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c269c26cbc74051948b2a6 X-Trace: ger.gmane.org 1435174920 6854 80.91.229.3 (24 Jun 2015 19:42:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2015 19:42:00 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jun 24 21:41:59 2015 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 1Z7qYZ-0008HH-BY for guile-devel@m.gmane.org; Wed, 24 Jun 2015 21:41:59 +0200 Original-Received: from localhost ([::1]:52645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7qYY-00080W-Nw for guile-devel@m.gmane.org; Wed, 24 Jun 2015 15:41:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7qYT-0007xZ-9H for guile-devel@gnu.org; Wed, 24 Jun 2015 15:41:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7qYO-000277-Eg for guile-devel@gnu.org; Wed, 24 Jun 2015 15:41:53 -0400 Original-Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:34072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7qYO-00026r-5l for guile-devel@gnu.org; Wed, 24 Jun 2015 15:41:48 -0400 Original-Received: by lagx9 with SMTP id x9so32355608lag.1 for ; Wed, 24 Jun 2015 12:41:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=2yUjgKhQXBeJPJ/CH/MbyRpYhCi0rzHh+dDL4CDV2JQ=; b=SaOvophVKYp5FR9nBQ0Z3QiDj8aYVUqubjZ9Dl3J6u9bx1SQ7EGiK3+eavpDfTsIeW A8wLnjKPq5Qd1plHPbWeUvBDD+XT30ZxuSPkSNecAoO5XJ9bac882ioXDqzHV/qveNdF er6fQ0L6qCZI66s1EGjdnTCfjOGpNbm74Gv9YBlQFiFIg3dVs9r/gG04CJaY2pNAm0OA HHIz5BgpnXtHYAhqnCjTK3c/ey1UMecslFYEXTBY/72KVFzqPYzzcdkY7jwvZd10UvwA +Xm9yEnjdKUrVMQxMwlQQYz27i6mHLyjdNpex6b1crZrQxH1rT6GLViuZrCpBp0vRRE4 XPzg== X-Received: by 10.112.167.202 with SMTP id zq10mr4561810lbb.118.1435174905361; Wed, 24 Jun 2015 12:41:45 -0700 (PDT) Original-Received: by 10.112.91.41 with HTTP; Wed, 24 Jun 2015 12:41:25 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 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:17752 Archived-At: --001a11c269c26cbc74051948b2a6 Content-Type: text/plain; charset=UTF-8 Hi All, In line with my will to create an assembler, I started first by being able to execute something in memory, using the memory-mapper strategy. I am aware not all platforms use the same mechanism, but this is a starting point. At a later point, an inline assembler can be used by a (more abstract) JIT engine I put my repository here: https://github.com/santidhammo/guile-assembler Met vriendelijke groet, Sjoerd --001a11c269c26cbc74051948b2a6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi All,

In line with my will to cre= ate an assembler, I started first by being able to execute something in mem= ory, using the memory-mapper strategy. I am aware not all platforms use the= same mechanism, but this is a starting point.

At a later= point, an inline assembler can be used by a (more abstract) JIT engine
=

I put my repository here:

https://github.com/santidhammo/guile-= assembler

Met vriendelijke groet,
Sjoerd
--001a11c269c26cbc74051948b2a6--