[cap-talk] Security by safe language processing
Sandro Magi
naasking at higherlogics.com
Sat Sep 5 07:22:15 PDT 2009
Jed Donnelley wrote:
> Higher performance in that it can avoid hardware context switches that
> are typically rather expensive?
Eliminate context switches, eliminate MMU runtime overhead (which is
quite high), reduce the need for kernel data structures (like address
space mappings and process descriptors), provide safety guarantees
within programs (not just isolation between programs), more granular
system extensions, no user-supervisor transition costs, and more.
The disadvantages are equally numerous of course, primarily being you
are stuck with the limitations of your runtime VM, whatever they may be.
Sandro
More information about the cap-talk
mailing list