Page 2 of 2

Re: Runtime compilation strategy

Posted: Fri Nov 06, 2009 1:51 am
by makia
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 ...