Quantcast
Channel: x86 Assembly pushad/popad, How fast it is? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Peter Cordes for x86 Assembly pushad/popad, How fast it is?

If you care about performance, pusha / popa are almost never useful. They're only useful when optimizing for code-size at the expense of speed, e.g. to save/restore registers around a function. But...

View Article



x86 Assembly pushad/popad, How fast it is?

Im just trying to make very fast calculation based programe in x86 assemblybut i need to push accumulator, counter and data register before calling procedure. Is faster to push them manualy:push...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images