Displaying 2 results from an estimated 2 matches for "5fe1f874".
2004 Sep 12
0
[LLVMdev] To APR Or Not To APR. That is the question.
On Sun, Sep 12, 2004 at 04:21:22PM -0700, Reid Spencer wrote:
> Downside:
> * Makes LLVM dependent on a third party library
> * Makes LLVM platform support dependent on
> * Error handling in APR is somewhat strange and it could be quite
> difficult for us to continue to meet the "throw std::string"
> approach we have today.
I vote
2004 Sep 12
4
[LLVMdev] To APR Or Not To APR. That is the question.
Folks,
I'm bringing the APR (Apache Portable Runtime) up for consideration as
the implementation of lib/System again. For those not familiar with it,
APR is the portability library used by the Apache Group and others in
open source projects such as HTTPD and Subversion. While its relatively
new, it is quickly gaining mind share and it provides lots of features
and supports numerous platforms