> >> - 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 :) _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
