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

x86 ASM

Name: OP 2010-07-13 15:00

C++.

Is _asm{} as useful as i think it is? for example writing a function that passes it's parametersto _asm{} and then does some loops/if's etc then returns back. That would be more efficient (for mass/batch use) than if i wrote the function in C++ right?

Name: Anonymous 2010-07-13 15:09

>>3
lol yes because a decent compiler will optimise short bits of code to their equivalents in assembly. If you're going to prematurely optimise like this, you should do it with a substantial chunk of bottlenecked code.

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