Displaying 1 result from an estimated 1 matches for "bbc2d7e0".
Did you mean:
bb6c27e0
2011 Aug 26
2
[LLVMdev] Dynamically allocate and free variables in stack
Hi, guys.
I have a beginner's question. The virtual machine I develop have
instructions to dynamically allocate variable in stack and to free it
(consistency of such instructions is checked before the actual jitting). To
allocate memory in stack we have alloca IR instruction, but I didn't find
any instruction to free it (such variables will be freed only when an
enclosing function will