[llvm-commits] [PATCH] Additions to C-bindings
Eric Christopher
echristo at apple.com
Wed Oct 7 14:04:31 PDT 2009
>>>
>>
>> I wanted to call them from generated code and from my language.
>>
> Not only do I want to end up with a self-hosting compiler, but the
> design of my compiler requires that much of the code generation code
> is actually generated and JITted when the compiler is running. This
> code generation code need to call a C interface to do its work.
This seems... odd. I'm not quite sure what you're doing, but language
bindings for your language would seem to be a better solution.
If I'm missing something feel free to correct me.
-eric
More information about the llvm-commits
mailing list