Runtime compilation strategy

Discussion of Common Lisp
makia
Posts: 25
Joined: Tue Jul 22, 2008 2:37 am

Re: Runtime compilation strategy

Post by makia » Fri Nov 06, 2009 1:51 am

Kohath wrote:Not that I've got any experience, but instead of generating assembly directly, why not use something like http://llvm.org/, and benefit from all of the optimisers :mrgreen: and things in that project :?: It mentions some type of run-time compilation too.
I looked llvm couple of days ago, problem for me is that runtime JIT compiler API is C++ only and i have zero C++ experience and i'm not crazy for getting it too(i dont have great C experience also, but i can manage with it)
I'm not trying to do full ansi optimizing compiler (i'm far for capable for doing that) .. but basic stuff should work
I'm currently having problem to abstract whole design ...

Post Reply