[llvm-commits] noinline attributes patch
Anton Korobeynikov
asl at math.spbu.ru
Mon Jun 4 23:59:41 PDT 2007
Tanya,
> The attached patch creates a global to track functions that should
> not be inlined (noinline attribute). The llvm inliner will need to be
> modified to make use of it.
Why don't use the function attribute for "noinline"? This seems to be
natural way to handle such things.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
More information about the llvm-commits
mailing list