• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode 5 & Obj-C++
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 5 & Obj-C++


  • Subject: Re: Xcode 5 & Obj-C++
  • From: Uli Kusterer <email@hidden>
  • Date: Thu, 30 Jan 2014 15:09:18 +0100

On 30 Jan 2014, at 01:28, Eric Wing <email@hidden> wrote:
> - Often when comparing Obj-C vs. C++, method dispatch is one of the
> main culprits for the performance difference. But don't forget, Obj-C
> is a pure superset of C and you can always use good old C to get the
> same performance benefits if you don't need/want the Obj-C features.
> Other really high performance situations deal with cache and memory
> layout and it turns out that much of the C++ standard library is not
> well suited for dealing with this and going back to POD types and
> essentially C (if not assembly) is often better for performance.


 Well, I'd rather use a barely-OO language like C++ than go down to procedural with C++ and get all those buffer overruns back ...

-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."




_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Xcode 5 & Obj-C++
      • From: Uli Kusterer <email@hidden>
References: 
 >Xcode 5 & Obj-C++ (From: Peter Teeson <email@hidden>)
 >Re: Xcode 5 & Obj-C++ (From: Uli Kusterer <email@hidden>)
 >Re: Xcode 5 & Obj-C++ (From: Uli Kusterer <email@hidden>)
 >Re: Xcode 5 & Obj-C++ (From: Eric Wing <email@hidden>)

  • Prev by Date: Re: Xcode 5 & Obj-C++
  • Next by Date: Re: Xcode 5 & Obj-C++
  • Previous by thread: Re: Xcode 5 & Obj-C++
  • Next by thread: Re: Xcode 5 & Obj-C++
  • Index(es):
    • Date
    • Thread