Displaying 1 result from an estimated 1 matches for "dba30835".
Did you mean:
db83083
2010 Sep 26
1
[LLVMdev] Recommended order between llvm.gcroot and llvm.dbg.declare?
So I understand now that calls to llvm.gcroot have to be in the first block.
(Might be a good idea to mention this in the GC docs).
For each local variable that is created, there are 5 possible steps.
1. Allocate the storage for the variable using alloca().
2. Declare the variable as a root via llvm.gcroot.
3. Initialize the variable to zero.
4. Declare the DWARF debugging info for