Displaying 2 results from an estimated 2 matches for "c647e36f".
Did you mean:
c647b3ef
2011 Aug 23
0
[LLVMdev] ShadowStackGC.cpp - More Dead Code?
Hi Bill,
I don't think it's dead code, per se -- AFAIK there are still clients of
LLVM which use the shadow stack as part of their garbage collection
implementation. HLVM is probably the most visible such project.
My own project now has its own GC plugin to emit stack maps, rather than
relying on the shadow stack. But for what it's worth, I found the shadow
stack to be a useful
2011 Aug 21
4
[LLVMdev] ShadowStackGC.cpp - More Dead Code?
Hi,
I've been looking at all of the uses of the 'unwind' instruction, and ShadowStackGC.cpp is the last pass which actually creates 'unwind' instructions. The thing is, this pass seems to be dead. It hasn't been updated in any meaningful way since ~79000.
Should this pass go the way of the dodo?
-bw
-------------- next part --------------
A non-text attachment was