|
|
|
|
|
by torginus
61 days ago
|
|
I would remark that modern CPUs don't use physical registers, so swapping should be just a register rename op, and this kind of bithacking only applies to old machines. The article makes the same point as well at the end: It is the kind of technique which might have been occasionally useful in the 1980s, but now is only useful for cute interview questions and as a curiosity. |
|