> On Jun 13, 2015, at 1:41 PM, Michael David Crawford <mdcrawf...@gmail.com> > 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com