From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Kjetil S. Matheussen" Newsgroups: gmane.lisp.guile.user Subject: Re: JIT compiler Date: Wed, 4 Jan 2006 13:14:07 -0800 (PST) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1136409281 12115 80.91.229.2 (4 Jan 2006 21:14:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2006 21:14:41 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jan 04 22:14:40 2006 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 1EuFxY-00027V-U7 for guile-user@m.gmane.org; Wed, 04 Jan 2006 22:14:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuFzF-00034W-RH for guile-user@m.gmane.org; Wed, 04 Jan 2006 16:16:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuFzA-000343-HR for guile-user@gnu.org; Wed, 04 Jan 2006 16:15:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuFzA-00033r-2A for guile-user@gnu.org; Wed, 04 Jan 2006 16:15:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuFz9-00033o-VN for guile-user@gnu.org; Wed, 04 Jan 2006 16:15:56 -0500 Original-Received: from [171.67.16.125] (helo=smtp2.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuG0c-0000F8-CF for guile-user@gnu.org; Wed, 04 Jan 2006 16:17:26 -0500 Original-Received: from ttleush.Stanford.EDU (ttleush.Stanford.EDU [128.12.155.54]) by smtp2.Stanford.EDU (8.12.11/8.12.11) with ESMTP id k04LE7XC010428 for ; Wed, 4 Jan 2006 13:14:08 -0800 X-X-Sender: kjetil@ttleush.stanford.edu Original-To: guile-user@gnu.org In-Reply-To: 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:5035 Archived-At: Neil Jerram: > > 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. > Hobbit works fine with guile 1.6. However, it has some bugs which needs workarounds. Look at the file hobbit.scm in the SND distribution to get a convenient interface for it and to automatically workaround the bugs. -- _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user