From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: JIT compiler Date: Fri, 30 Dec 2005 13:14:23 +0000 Message-ID: <877j9mg21c.fsf@ossau.uklinux.net> References: <20051229213715.1a4fedc1.leonardolopespereira@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1135952071 5440 80.91.229.2 (30 Dec 2005 14:14:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2005 14:14:31 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 30 15:14:28 2005 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EsL1Q-0004e8-6N for guile-user@m.gmane.org; Fri, 30 Dec 2005 15:14:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EsL0E-0002kN-Dc for guile-user@m.gmane.org; Fri, 30 Dec 2005 09:13:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EsKCO-0000LX-Cn for guile-user@gnu.org; Fri, 30 Dec 2005 08:21:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EsK8l-0007b6-Ke for guile-user@gnu.org; Fri, 30 Dec 2005 08:17:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EsK8g-0007a5-Fr for guile-user@gnu.org; Fri, 30 Dec 2005 08:17:50 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EsK9D-0005rD-0D for guile-user@gnu.org; Fri, 30 Dec 2005 08:18:19 -0500 Original-Received: from laruns (host86-129-132-201.range86-129.btcentralplus.com [86.129.132.201]) by mail3.uklinux.net (Postfix) with ESMTP id E9819409FBF; Fri, 30 Dec 2005 13:16:16 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id A06A66F717; Fri, 30 Dec 2005 13:14:24 +0000 (GMT) Original-To: Leonardo Lopes Pereira In-Reply-To: <20051229213715.1a4fedc1.leonardolopespereira@gmail.com> (Leonardo Lopes Pereira's message of "Thu, 29 Dec 2005 21:37:15 -0300") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5002 Archived-At: Leonardo Lopes Pereira writes: > I would like to know if there is any Just-in-time compiler related > resourse on Guile. There is guile-hobbit, which is a normal compiler, but I'm not sure if it is working with all features of current Guile. I'm not aware of any JIT compiler work, or if guile-hobbit can be used in a JIT way. There have also been a few attempts at a Guile VM, and compiling for the VM, in case that is of interest to you. Regards, Neil _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user