search for: 2519b5fd

Displaying 2 results from an estimated 2 matches for "2519b5fd".

2013 Jul 12
2
[LLVMdev] Clarification on alloca semantics
According to the language reference: *The ‘alloca‘ instruction allocates memory on the stack frame of the currently executing function, to be automatically released when this function returns to its caller. The object is always allocated in the generic address space (address space zero).* The last sentence specifies where the memory is allocated, but it's not clear precisely what
2013 Jul 12
0
[LLVMdev] Clarification on alloca semantics
Is there any reason why it is saying "generic address space (address space zero)" and not just "address space zero"? -- Sean Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130712/2444b767/attachment.html>