Forgot your password?

typodupeerror

Comment: Re:re C and C++ were disasters (Score 1) 79

by Col Bat Guano (#37395378) Attached to: The Rise of Software Security

"Once you build the checking into the language no one will want to use the slower executables it produces."

Except they do. Languages such as Ada, and really any language that allows compilers to understand what is happening in the code, can optimise out many of the bounds checking. The cost of bounds checking isn't as great as you may think it is, and if it eliminates -all- buffer overflows wouldn't you choose it?

VICARIOUSLY experience some reason to LIVE!!

Working...