Kernel security: beyond bug fixing
Kernel security: beyond bug fixing
Posted Oct 29, 2015 9:28 UTC (Thu) by mjthayer (guest, #39183)Parent article: Kernel security: beyond bug fixing
I have always found that programmers tend have a slightly irrational attitude towards performance. An extreme example would be added complexity to speed up code containing a bug which could cause a crash. The user gains a few cycles every time the code is executed, and loses work every time the crash occurs. What is the overall benefit to the user? But then again, perhaps what the programmer wants is not really performance but fun writing (and reading?) the code. Which is perhaps slightly more rational.