[LLVMdev] Extending AsmPrinter

David Greene dag at cray.com
Thu Aug 16 09:58:16 PDT 2007


On Thursday 16 August 2007 11:59, Chris Lattner wrote:

> >> Why not just use the unlocked stdio calls?
> >
> > Because I'm lazy.  :)
>
> It seems much easier to use a robust and well tested system than invent a
> new crazy scheme ;-)

I'm wondering if there are issues with static initialization _a_la_ the 
contortions iostreams goes through to initialize cout and friends.  Right
now everything I have is initialized in constructors.

I haven't looked at this enough to know for sure yet.

                                               -Dave



More information about the llvm-dev mailing list