digitalmars.D.announce - Three optimization tips for C++
- Andrei Alexandrescu (3/3) Mar 15 2013 Destroy (but upvote):
- Paulo Pinto (4/7) Mar 16 2013 Done! :)
- Nick Sabalausky (5/9) Mar 16 2013 Makes me suddenly feel old and nostalgic for the 386 and 6502 ;)
- Paulo Pinto (10/19) Mar 16 2013 This is will what I keep telling, the time of Michael Abrash's "Zen of
Destroy (but upvote): http://www.reddit.com/r/programming/comments/1adf94/three_optimization_tips_for_c/ Andrei
Mar 15 2013
On 15.03.2013 22:03, Andrei Alexandrescu wrote:Destroy (but upvote): http://www.reddit.com/r/programming/comments/1adf94/three_optimization_tips_for_c/ AndreiDone! :) Actually I already saw the video when it was made available and enjoyed your presentation pretty much.
Mar 16 2013
On Fri, 15 Mar 2013 17:03:43 -0400 Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> wrote:Destroy (but upvote): http://www.reddit.com/r/programming/comments/1adf94/three_optimization_tips_for_c/ AndreiMakes me suddenly feel old and nostalgic for the 386 and 6502 ;) And arrays faster than pointers? Geez, seriously, I'd never have guessed.
Mar 16 2013
On 16.03.2013 18:47, Nick Sabalausky wrote:On Fri, 15 Mar 2013 17:03:43 -0400 Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> wrote:This is will what I keep telling, the time of Michael Abrash's "Zen of Assembly Language" is long gone, unless you're targeting simple embedded processors. In the PC world it started with the Pentium architecture, slowly it was hard to predict the effect of assembly instructions without taking notes. This is why, contrary to popular belief even C is not that low level any longer. -- PauloDestroy (but upvote): http://www.reddit.com/r/programming/comments/1adf94/three_optimization_tips_for_c/ AndreiMakes me suddenly feel old and nostalgic for the 386 and 6502 ;) And arrays faster than pointers? Geez, seriously, I'd never have guessed.
Mar 16 2013