Displaying 2 results from an estimated 2 matches for "staticroot".
Did you mean:
staticroots
2011 Aug 05
1
[LLVMdev] Need advice on fixing my static roots pass
A recent change to the way metadata works has broken my StaticRoots pass,
and I need some advice.
I was using metadata to store information about static roots because of a
convenient feature of metadata nodes: the arguments to an MDNode are treated
as weak references, which means that a metadata node that points to a global
value won't prevent the dead global...
2011 Aug 09
1
[LLVMdev] Proposal for better assertions in LLVM
On 29 July 2011 12:48, Dan Bailey <dan at dneg.com> wrote:
> I'm not going to comment on the syntax of any of the proposals made, just
> dispute that they don't provide sufficient value to make them worth
> introducing.
Hi Dan,
I've read the arguments on both sides and I have to say I'm with Chris
on this one.
I normally keep GDB running with my debug image. After