[llvm-commits] [PATCH] New Path API design.

Mikhail Glushenkov foldr at codedgers.com
Tue Nov 23 02:19:10 PST 2010


Michael Spencer <bigcheesegs at ...> writes:

> * Remove the actual path class. Instead Twine, StringRef, and SmallString are
>   used depending on the argument. This makes the main part of the path API
>   stateless, and removes all that std::string allocation and copying we had
>   before.

Very cool, I hope this goes in.




More information about the llvm-commits mailing list