From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.devel Subject: Re: patching gcc to allow other calling conventions Date: Thu, 21 Jun 2012 19:50:52 +0200 Message-ID: References: <878vflzjsu.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae934110125658804c2ff281b X-Trace: dough.gmane.org 1340301069 30036 80.91.229.3 (21 Jun 2012 17:51:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 17:51:09 +0000 (UTC) Cc: =?ISO-8859-1?Q?Ludovic_Court=E8s?= , guile-devel@gnu.org To: Daniel Krueger Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 21 19:51:08 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 1ShlX8-0007ow-OA for guile-devel@m.gmane.org; Thu, 21 Jun 2012 19:51:06 +0200 Original-Received: from localhost ([::1]:56203 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShlX8-0002Yf-Ly for guile-devel@m.gmane.org; Thu, 21 Jun 2012 13:51:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShlX3-0002YK-2a for guile-devel@gnu.org; Thu, 21 Jun 2012 13:51:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShlWy-0005HX-Ka for guile-devel@gnu.org; Thu, 21 Jun 2012 13:51:00 -0400 Original-Received: from mail-gh0-f169.google.com ([209.85.160.169]:60316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShlWy-0005G7-Cu; Thu, 21 Jun 2012 13:50:56 -0400 Original-Received: by ghrr18 with SMTP id r18so964894ghr.0 for ; Thu, 21 Jun 2012 10:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1BaGx4Uklfnxuw5C8dchD0lfih0alpBWC8fybH7jGvs=; b=NKR1gQdRsAgCKcKH54pTHja57lmXxyBUu1aI8W10tnTRbbzVlpJ5TuXswbs2bS++oe IJXRQQoT5rfGYWfSKbV6TI/wxgEMiiSYWB/SZiL/1mfqCUpKrxEPm83SGFV6y86Lmvpk +GoxxiP4zS+wHC+7Lyq3TCxf26MGPufqJC6jJ64seoCxdHioWpRrRkYhUl7ozmdlvPI+ NFjSBCmQH2s9qjQVX7GVUmbUeJUbm5OyJCJ2COIjDv+cuL1MvX8XCglKtQnkCWfk2Wzy kYqxnczViGNOcaQsOY2JU/U7NRg2bLW0WcnciIa55bi/zECvvMlFbgDln95JRDDLGNY0 qKWg== Original-Received: by 10.50.217.199 with SMTP id pa7mr8342020igc.17.1340301052830; Thu, 21 Jun 2012 10:50:52 -0700 (PDT) Original-Received: by 10.50.109.166 with HTTP; Thu, 21 Jun 2012 10:50:52 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.169 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:14659 Archived-At: --14dae934110125658804c2ff281b Content-Type: text/plain; charset=ISO-8859-1 Yes this can be an issue. On a second thought guile do have an initital interpreter that is either a vm or a native no? Perhaps one can make use of that somehow! /Stefan On Thu, Jun 21, 2012 at 7:14 PM, Daniel Krueger wrote: > Hey, > > On Thu, Jun 21, 2012 at 2:32 PM, Stefan Israelsson Tampe > wrote: > > Why not specify the logic in scheme and output it either to C or > Assembler > > :-) > > That sounds very cool, and would be very cool, I thought first, but > then I realized that you wouldn't be able to bootstrap guile anymore > :-/ > > - Daniel > --14dae934110125658804c2ff281b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes this can be an issue.

On a second thought guile do have an initi= tal interpreter that is either a vm or a native no?
Perhaps one can make= use of that somehow!

/Stefan

On T= hu, Jun 21, 2012 at 7:14 PM, Daniel Krueger <keenbug@googlemail.com= > wrote:
Hey,

On Thu, Jun 21, 2012 at 2:32 PM, Stefan Israelsson Tampe
<stefan.itampe@gmail.com&= gt; wrote:
> Why not specify the logic in scheme and output it either to C or Assem= bler
> :-)

That sounds very cool, and would be very cool, I thought first, but then I realized that you wouldn't be able to bootstrap guile anymore :-/

- Daniel

--14dae934110125658804c2ff281b--