Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

good programmers dont need to optimize

Name: Anonymous 2012-07-30 19:30

There is a lot of talk about code optimisation and I dont think people realise that good programmers dont have to optimise their code as a separate step. That with modern compilers, operating systems and CPU pipelining, the only optimisation that has to be done is with algorithms and data structures which the programmer should already be using automatically as part of the design process. For example programmers used to need to optimise for things like barrel shifters, but modern CPU architecture has made that all obsolete as the CPU does that kind of optimisation for you now. Using asm is still relevant for things like device drivers, but on an OS with modern compilers there is no way a programmer is going to beat modern compiler optimisation by doing assembly by hand. The OS abstracts away all the hardware and memory details that programmers used to have to manage by hand. So this is the golden age of programming, where true programming skill counts for making fast programs and not second guessing hardware intricacies.

Name: VIPPER 2012-07-31 7:38

>>27,29
Why not write in hexadecimal opcodes, im sure there is no use letting to the assembler hide things from you.

Also lol what the fuck is it with this efficiency bullshit? Is this another of these unix brain diseases?

Dont people actually want to get work done? Seriously, im curious why people think like that?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List