April 25, 2010
5:46 p.m.
- what is the representation that you use to convert it to assembly? byteocde or ast if AST which one? RBAst?
A NativeBoost package using AsmJit library (http://www.squeaksource.com/AsmJit) for generating native code. Its been ported from AsmJit project (http://code.google.com/p/asmjit/) written in C.
I was more thinking if you analyze the method AST and automatically generate x86. But I think that you do it by hand right :)