On 11/07/12 21:20, Alexandra Sawyer wrote:
>
> I've reported a broken link on your site
> gcc.gnu.org/ml/gcc-help/1999-q3n/msg00261.html that links to
> http://www.cs.unb.ca/~alopez-o/math-faq/math-faq.html and haven't
> heard back, so I just wanted to verify whether you're the right
> person to co
On Thu, Nov 08, 2012 at 05:41:04PM +0100, Johann Klammer wrote:
> Hello,
> Some compilers feature function call interfaces for on-the-fly
> compilation (C# and lcc).
And most importantly, LLVM/Clang. (And also tinycc). LLVM is mostly a library
to generate quite good machine code from some interna
On 11/07/12 21:20, Alexandra Sawyer wrote:
> I've reported a broken link on your site
> gcc.gnu.org/ml/gcc-help/1999-q3n/msg00261.html that links to
> http://www.cs.unb.ca/~alopez-o/math-faq/math-faq.html and haven't
> heard back, so I just wanted to verify whether you're the right
> person to con
Hello,
Some compilers feature function call interfaces for on-the-fly
compilation (C# and lcc).
Now I wonder if this is possible with gcc. Is there a documented/stable
interface for compiling snippets of C code programatically from inside a
C program? If not, how much work would it involve? Wou
[Apologies for reviving a long-dead thread, but in case it piques the
interest of someone who has better knowledge of gcc internals...]
Elmar Krieger writes:
> For example, I got a huge slowdown also with this compiler:
>
> gcc44 (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
> Copyright (C) 2010 Free
Hello.
In my plugin to analyze C++ code, I would like to detect elements
(classes, methods, statements,...) that have been generated by
preprocess with expansion of macros
Is it possible?
Can I get this information with TREE api?
Thanks in advance