From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Krueger Newsgroups: gmane.lisp.guile.devel Subject: Re: patching gcc to allow other calling conventions Date: Thu, 21 Jun 2012 19:57:25 +0200 Message-ID: References: <878vflzjsu.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1340301460 541 80.91.229.3 (21 Jun 2012 17:57:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 17:57:40 +0000 (UTC) Cc: =?ISO-8859-1?Q?Ludovic_Court=E8s?= , guile-devel@gnu.org To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 21 19:57:39 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 1ShldO-0000GD-79 for guile-devel@m.gmane.org; Thu, 21 Jun 2012 19:57:34 +0200 Original-Received: from localhost ([::1]:56467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShldO-000368-2y for guile-devel@m.gmane.org; Thu, 21 Jun 2012 13:57:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShldL-00035n-9q for guile-devel@gnu.org; Thu, 21 Jun 2012 13:57:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShldJ-00070Y-Em for guile-devel@gnu.org; Thu, 21 Jun 2012 13:57:30 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:35809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShldJ-0006zK-5I; Thu, 21 Jun 2012 13:57:29 -0400 Original-Received: by pbbrp2 with SMTP id rp2so2739980pbb.0 for ; Thu, 21 Jun 2012 10:57:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2XBGs8hnjDAimze+Q7RLhcCgFUcLZfpkdIP03xA8/jI=; b=iemhlzRXbVO4n2EotmONtLM17hA3CPuzHxCiJGn9eVRiJnGPjurJ1gvAAS0chYRJ+5 PgwkiMnv87bndmcl96TN7dHdyvVVnvT3oKsEOdFuFc8u/EvSzI9ylhlkDIXJNucpmQLg J2UuZFSSdJ0/Lqo39QOj7TgB+fEl640C5Z1+KSNEWtCeW58uOVQDfMiQRh9VYDAFPi8n 3fKdP8LXTeuuGL/Aj0oadhu4xrP4W0mIXKpSYy3awHL/qrtU6X6Mx87/NhWHfASom5Ov RFNuK3PYcJzLQT1Se7GeRhJNenid+T30+wZpD3XkogW4c8rXS/goeQHBrDJiA4aO7Qd+ lY/A== Original-Received: by 10.68.241.227 with SMTP id wl3mr839930pbc.89.1340301445977; Thu, 21 Jun 2012 10:57:25 -0700 (PDT) Original-Received: by 10.143.4.19 with HTTP; Thu, 21 Jun 2012 10:57:25 -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.41 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:14660 Archived-At: On Thu, Jun 21, 2012 at 7:50 PM, Stefan Israelsson Tampe wrote: > 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! Yeah, I thought about that too, but thought first that it would be impossible. But if you first only compile the interpreter code (without the VM), then create the C file with the instructions and compile the VM it should work. I think .. ^^ - Daniel