[LLVMdev] builtin_malloc?

Joerg Sonnenberger joerg at britannica.bec.de
Wed Oct 2 12:02:41 PDT 2013


On Tue, Oct 01, 2013 at 08:26:22PM -0700, reed kotler wrote:
> This is probably an old issue but why no builtin_malloc

It's a library function. It will always be a library function, even if
the compiler can optimise it away in some cases. It makes no sense to
provide it as externally visible builtin.

Joerg



More information about the llvm-dev mailing list