When attempting to compile a dynamic language like python/java does LLVM allow a function to compile itself one at a time? In other words, can I parse a function, then gain the machine bit code, then execute without parsing the other functions related to the compiled function? Thanks, Jeff Kunkel