From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Newsgroups: gmane.lisp.guile.devel Subject: Re: A Working (but Minimal) JIT Date: Fri, 22 Oct 2010 16:46:23 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1287784001 19314 80.91.229.12 (22 Oct 2010 21:46:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Oct 2010 21:46:41 +0000 (UTC) Cc: guile-devel@gnu.org To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Oct 22 23:46:40 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P9PRc-0005U9-19 for guile-devel@m.gmane.org; Fri, 22 Oct 2010 23:46:36 +0200 Original-Received: from localhost ([127.0.0.1]:58641 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9PRb-0007b8-DX for guile-devel@m.gmane.org; Fri, 22 Oct 2010 17:46:35 -0400 Original-Received: from [140.186.70.92] (port=39149 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9PRT-0007ZP-Ds for guile-devel@gnu.org; Fri, 22 Oct 2010 17:46:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9PRS-0007GK-Ai for guile-devel@gnu.org; Fri, 22 Oct 2010 17:46:27 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:62411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9PRS-0007G1-83 for guile-devel@gnu.org; Fri, 22 Oct 2010 17:46:26 -0400 Original-Received: by gwj18 with SMTP id 18so271143gwj.0 for ; Fri, 22 Oct 2010 14:46:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=F7z2BdMW9OefHKDy4pnLwKr9EVJENgDN18vSUEcRmF8=; b=l8Z/ATz5e7hesWYN38B1XSZ1afETruPBTu4atyWLbAsVg1QUN/cm2nEDTJlHFNEkIH dyloRtutdKQ+Qvs4/Y4ABm+ICBstHcVXcc/pJIMi59FAQJ6XMxJyL5xFwJwk1lklDhLL DyE4IfGGEkGOac3r4reoI3l/5CrTIcZFJ8go8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=G4iyXdHy5QThqRlQQ0sqDAwnDefJySnaXuY1oYBF4iktODXklmIoz2kAoJEp/TH0Hd MpYm9jDBCd4vq3pR6j+g+g10lGmtBQxp/tE8Q0r3IwDaK1Trq1UP6/GUv98jbdsg7AOL zSzeqhGNA4CzK7lqS7LebO3msrsmgx+QPzgJ0= Original-Received: by 10.229.1.129 with SMTP id 1mr2665834qcf.163.1287783984184; Fri, 22 Oct 2010 14:46:24 -0700 (PDT) Original-Received: by 10.229.213.193 with HTTP; Fri, 22 Oct 2010 14:46:23 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11064 Archived-At: On Thu, Oct 21, 2010 at 11:29 PM, Noah Lavine wrote: > So, this is a possible way to get a JIT engine in Guile. What do > people think of it? General question for the list: Have there already been debates on this list about doing native compilation all the time like a lot of Common Lisps & Schemes? Either way, I'm glad to see some progress in this area, great work!