Phoebus Dokos wrote: 
> Anyone that has used both methods knows which one is faster?

Depends on the processor. A general rule for most processors is "if
you can do it without accessing memory, do it this way. If not, try to
use the caches (which you don't in your example)". With QPC it's
different, there the rule simply is "use as little instructions as
possible" as a single emulated instruction is more costly than a
memory access.

Marcel

Reply via email to