This is probably another beginners type question but I am researching the use of the LLVM JIT for implementing a language where the main form of interprocedural call is similar to method invocation in Java's reflection mechanism. Is such a thing easily implementable with the current LLVM JIT? Thanks in advance, Carter.