> That's cool. Is it also possible to generate debugging information (such > as function and local variable names) on the fly? If so, how would the VM > tell the debugger about this information? No. Currently there's no support in LLVM to do this (unfortunately). Nuno