[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
machine code generation for clisp
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: machine code generation for clisp
- From: Marcus Daniels <marcus@sysc.pdx.edu>
- Date: Wed, 24 Apr 1996 17:48:41 -0700
- In-reply-to: <9604241726.AA19470@shakey>
- References: <9604241726.AA19470@shakey>
- Reply-to: marcus@sysc.pdx.edu
>>>>> "Dan" == Dan Stanger <dxs@evolving.com> writes:
Dan> is there any work being done on a machine code compiler or a
Dan> threaded code compiler for clisp?
For a specific application I had, I investigated the possibility of
using vcode for this (see http://www.pdos.lcs.mit.edu/~engler). I
decided not to pursue it immediately because vcode lacked a x86
backend. If you are interested in working on this sort of thing,
email me so that we may coordinate on our ideas and work.