|
|
|
|
|
by r12343a_19
1312 days ago
|
|
I legit wonder if it's not time for OpenBSD to switch to Java. I mean, there's so much work to keep C safe and make sure memory is managed well, etc. What the project needs is a virtual machine! Clearly they don't care about performance when security is on the line (they did disable multithreading, no?). A good virtual machine will be a small performance loss compared to dealing with this stuff... forever. Of course, you still have to deal with user land binaries. |
|
This mailing list article is about providing new or modified behavior in the kernel to guarantee behaviors - and security - to userland programs in any language.
Re: Disabling multithreading, I think you might be referring to disabling simultaneous multithreading (SMT) (edited: fixed thanks to a comment), also known as hyperthreading.