[cfe-commits] C++0x Attributes Patch - INCOMPLETE

Daniel Dunbar daniel at zuster.org
Mon Sep 14 15:02:07 PDT 2009


On Mon, Sep 14, 2009 at 8:55 AM, Douglas Gregor <dgregor at apple.com> wrote:
> On Sep 13, 2009, at 5:00 PM, Daniel Dunbar wrote:
>>
>> I haven't read the patch, and I don't know the tradeoffs involved, but
>> should we only bother with tentative parsing in ObjC++ mode?
>
>
> From a performance standpoint, that's the right thing to do. That said, I
> worry a little bit that this code won't get much testing at all, given that
> Objective-C++0x isn't the most common dialect out in the wild :)

Testing Objective-C++ is "our problem", slowing down C++ for everyone
probably isn't the right answer, unless the impact is minimal.

I suspect even Apple has some large C++ code bases they want to compile fast. :)

 - Daniel



More information about the cfe-commits mailing list