Announcement

Collapse
No announcement yet.

Intel PKU Instruction Support Lands In GCC

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Intel PKU Instruction Support Lands In GCC

    Phoronix: Intel PKU Instruction Support Lands In GCC

    Just a few days ago I was writing about LLVM working on PKU memory protection keys. It seems now GCC has support for Intel's PKU instructions...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Which hardware is this expected to land in? Further what makes this instruction so useful in the context of all the other memory protection features in a modern processor.

    Comment


    • #3
      Originally posted by wizard69 View Post
      Which hardware is this expected to land in? Further what makes this instruction so useful in the context of all the other memory protection features in a modern processor.
      Apparently it's supposed to be a lot cheaper than mprotect. Also, this would be thread-local (as it's a CPU register), as opposed to global mprotect.

      Comment

      Working...
      X