Hi, I would like to know if there is any plan in the next future to support The GCC noinline attribute? Since LLVM does quiet a lot of inlining, these feature is interesting for us to do some function profiling. Thanks, Lionel. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070604/6477298f/attachment.html>
> The GCC noinline attribute? > Since LLVM does quiet a lot of inlining, these feature is interesting > for us > to do some function profiling.This has been implemented. You'll need to wait til the llvm-gcc mirror updates itself tonight to get it. Please let me know if you experience any problems. Thanks, -Tanya> > > > Thanks, > > Lionel. > >