Displaying 2 results from an estimated 2 matches for "whatever_language_your_know".
2008 Nov 17
0
[LLVMdev] Dynamic configuration for llvmc2
...ting language in TableGen, when
> maybe a real scripting language would be easier to use (not to mention
> to maintain), and would have the added benefit of not having to recompile.
One of the main design concerns is that llvmc2 should be completely
self-hosted. No extra perl/python/lua/php/whatever_language_your_know
interpreter. Thus is generated c++ sources from .td descriptions.
Allowing you to write plugins in arbitrary language, which will
dynamically populate compilation graphs, etc is just nice "side
effect" :)
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanic...
2008 Nov 17
4
[LLVMdev] Dynamic configuration for llvmc2
Thanks for the reply!
> The plan now is to make this functionality easier to use, so you'll be able to
> just say:
>
> llvmc2 --load MyPlugin.td MyFile.cpp
>
> and have llvmc2 build and load MyPlugin.td behind the scenes.
That sounds like a good idea.
Part of the reason I suggested making the system less dependent on
TableGen is that in the process of developing a