next up previous contents
Next: Level of abstraction Up: General, conceptual, differences Previous: General, conceptual, differences   Contents

Safty

Gont is safe. This means that compiler shouldn't produce any code, execution of which would cause SEGV. Parse: it should not be possible to overflow buffers, mismatch types of arguments in calls and so on. However note, that SEGV can be obtained from playing with extern_c declaration, compiler has no means of validating.



Micha³ Moskal 2001-12-03