136
Linux Kernel Patches To Use AMD INVLPGB Instruction Show Huge Speed-Up
(www.phoronix.com)
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Some info about the INVLPGB instruction
That's
INVLPG
which has been there since the 486. The AMD64 Programmer's Manual has some info on the differences betweenINVLPG
,INVLPGA
, andINVLPGB
though.