lisp icon indicating copy to clipboard operation
lisp copied to clipboard

Support compilation to object files

Open 0xekez opened this issue 3 years ago • 1 comments

Having a JIT is nice and makes testing pretty easy but at the end of the day the ability to compile to native object files is very important to me because it opens up the possibility of writing a self hosting version of Lust (this is very far down the line though.)

A branch of the simple jit demo shows approximately how this is done. Based on this I don't believe that doing this will require too much additional work as the architecture seems to be similar enough.

0xekez avatar Dec 16 '20 04:12 0xekez