It’s Time for a Modern Synthesis Kernel – Embedded in Academia
Alexia Massalin’s 1992 PhD thesis has long been one of my favorites. It promotes the view that operating systems can be much more efficient than then-current operating systems via runtime code generation, lock-free synchronization, and fine-grained scheduling. In this piece we’ll only look at runtime code generation, which can be cleanly separated from the other aspects of this work.
Runtime Code Generation in Ring 0
The promise of kernel-mode runtime code generation is that we can have very fas...
Read more at blog.regehr.org