Make a register depend on another one without changing its value...
Read MoreDo complex addressing modes have extra overhead for loads from memory?...
Read MoreJavaScript: Faster roulette selection...
Read MoreUnsure if passing by reference is working...
Read MoreWhat methods can be used to efficiently extend instruction length on modern x86?...
Read MoreUsing RSI/RDI vs r8-r15 (speed optimization)...
Read MoreNumpy performance gap between len(arr) and arr.shape[0]...
Read MoreC++: can I reuse / move an std::list element from middle to end?...
Read MoreDoes any of current C++ compilers ever emit "rep movsb/w/d"?...
Read MoreAligning a given instruction, but putting the alignment padding somewhere other than immediately bef...
Read MoreAccessing arbitrary 16-bit elements packed in a 128-bit register...
Read MoreWhat type of addresses can the port 7 store AGU handle on recent Intel x86?...
Read MoreIs there a safe way to specify the value of an object may be uninitialized because it is never used?...
Read MoreConflicting signs in x86 assembly: movsx then unsigned compare/branch?...
Read MoreCheck if buffer was used in last query...
Read MoreZ80: Copying from Top of Stack to HL...
Read MoreWhy does declaring a counter variable outside of a nested function make a loop 5x slower?...
Read MoreWhy bitoperation and multiplication is prefered here over a condition?...
Read MoreHow efficient is an if statement compared to a test that doesn't use an if? (C++)...
Read MoreXOR all bytes in 64 bit register in fewer instructions...
Read MoreMay there be any penalties when using 64/32-bit registers in Long mode?...
Read MoreHow can I unit test performance optimisations in C#?...
Read MoreCan the compiler/JIT optimize away short-circuit evaluation if there are no side-effects?...
Read MoreHow to force NASM to encode [1 + rax*2] as disp32 + index*2 instead of disp8 + base + index?...
Read MoreDoes each Floating point operation take the same time?...
Read MoreWhy does gcc compile f(1199) and f(1200) differently?...
Read MoreIs it faster to pop unneeded values from the stack, or add an immediate constant to SP on a 386+ CPU...
Read MoreHow can I optimize this graphic-sprite-emulation routine?...
Read More