Displaying 1 result from an estimated 1 matches for "gcwriter".
Did you mean:
gcwrite
2013 Feb 27
0
[LLVMdev] A question about gcWriter
Hi all,
According to my understanding, gcWriter is a write barrier which will be
inserted to the source code whenever there is a write to a pointer which is
pointing to a heap address, right? My question is on which level llvm
inserts the barrier? Does llvm do it on AST, I mean insert a function call
node calling the write barrier function to th...