Simon Cozens sent the following bits through the ether:

> My view is that if you screw up writing assembly code, you should be
> thankful that you get the protection of a segfault.

Indeed, but why not warn about it. The JVM does this by checking that
the bytecodes are wellformed during its bytecode verification stage
(before it runs the bytecode). It does some simple checks to see if
the bytecode is doing reasonable things (no halting problem here, move
along). Something for later, perhaps.

Leon
-- 
Leon Brocard.............................http://www.astray.com/
Iterative Software...........http://www.iterative-software.com/

... All generalizations are false, including this one

Reply via email to