[XviD-devel] Inlined ASM code again

Marco Al marco at simplex.nl
Fri Aug 22 05:30:18 CEST 2003


From: "skal" <skal at planet-d.net>

> But eventually, the only conclusion you may end up
> with, when inlined gcc gets better than NASM, is...
> that this latter could have been better written.

You cannot get rid of function call overhead with
NASM alone, your only option is to move the outer
loops to assembly too (great option that is :).

That said, link time optimizers can do this ... but the
only one openly available Im aware of for x86 isnt
even beta quality and has no windows port.

Marco


More information about the XviD-devel mailing list