Re: Language options: Objective-C, Swift, C or C++?
Re: Language options: Objective-C, Swift, C or C++?
- Subject: Re: Language options: Objective-C, Swift, C or C++?
- From: Britt Durbrow <email@hidden>
- Date: Sat, 13 Jun 2015 17:35:24 -0700
> On Jun 13, 2015, at 1:41 PM, Michael David Crawford <email@hidden> wrote:
> I'm not
> completely clear as to why, but among the reasons I enjoy C, C++,
> Objective-C and Assembly Code is that I can do tweaky little
> optimizations like reordering data accesses so as to reduce cache
> misses.
I also like the ability to get low-level access… but data access reordering is a bad example; as that only works in Assembler: for the other languages, the compiler is free to reorder any accesses as it sees fit as long as they are semantically the same.
_______________________________________________
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
References: | |
| >Re: Language options: Objective-C, Swift, C or C++? (From: Roland King <email@hidden>) |
| >Re: Language options: Objective-C, Swift, C or C++? (From: Carl Hoefs <email@hidden>) |
| >Re: Language options: Objective-C, Swift, C or C++? (From: Jens Alfke <email@hidden>) |
| >Re: Language options: Objective-C, Swift, C or C++? (From: Uli Kusterer <email@hidden>) |
| >Re: Language options: Objective-C, Swift, C or C++? (From: Michael David Crawford <email@hidden>) |