LKCodeGenLoader class documentation
LKCodeGenLoader : NSObjectOverview
Class used to instantiate the default code generators. Lazily loads the code generator components the first time it receives a message.
Default
- + (id <LKCodeGenerator>) defaultJIT
Returns the default code generator for JIT compilation.
- + (id <LKStaticCodeGenerator>) defaultStaticCompilerWithFile: (NSString *)outFile
Returns the default code generator for static compilation, outputting to the file specified in the argument.