Displaying 2 results from an estimated 2 matches for "c52d0672".
Did you mean:
c520a72
2004 Nov 10
0
[LLVMdev] Help : CFG in LLVM ( Implementation)
...t makes CFG out of bytecode ?
Thanks,
Tanu
---------------------------------
Do you Yahoo!?
Check out the new Yahoo! Front Page. www.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041110/c52d0672/attachment.html>
2004 Nov 10
3
[LLVMdev] LLVM and the "static initialization order fiasco"
Hello, I'm getting bitten by the "static initialization order fiasco"
http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12
The static data causing the problem is the static
TypeMap<PointerValType, PointerType> PointerTypes; and other typemaps.
The background is that in our product we are using an overridden new
operator to track memory allocations. This system is