[LLVMdev] Extending AsmPrinter

David A. Greene greened at obbligato.org
Wed Aug 15 20:35:40 PDT 2007


On Wednesday 15 August 2007 15:55, Chris Lattner wrote:

> > To get something faster probably means a custom buffering solution (which
> > my custom streambuf has, but is not particularly intelligent) and native
> > syscalls.  The downside of my implementation is that it is POSIX-specific
> > and thus won't be real useful for Windows.
>
> Why not just use the unlocked stdio calls?

Because I'm lazy.  :)

No, seriously, because I just haven't had time to do it.  And because I'm 
lazy.  If/when I submit this to LLVM I'll look at going that route.  As for 
now, I just have to get something working for our needs here.

                                          -Dave



More information about the llvm-dev mailing list