On 21 Aug 2011, at 02:37, dmitry boyarintsev wrote: > So there're actually 2 code generators right now. One is used for JVM > and another is used for native machine code? The JVM target only uses the high level code generator. The other targets use a combination of both. Jonas