[LLVMdev] Heap memory allocation

Piotr Kaleta piotrek.kaleta at gmail.com
Tue Jul 19 03:02:37 PDT 2011


I'm implementing a lazy functional language and I need to allocate nodes on
the heap. From what I've read LLVM supports only the 'alloca' instruction
which allows to allocate memory on the stack. Is this true and and if so,
what is the preferred way to solve my problem?

-- 
Piotr Kaleta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110719/48593ed6/attachment.html>


More information about the llvm-dev mailing list