Safe mode: Difference between revisions

Content added Content deleted
m (Text formatting.)
(Added C3)
Line 38: Line 38:
}
}
</syntaxhighlight>
</syntaxhighlight>

=={{header|C3}}==
The C3 compiler has a `--fast` and a `--safe` mode respectively. The latter, intended for development, enables a wide range of checks from out-of-bounds checks and null dereference checks to runtime contracts with full stacktraces.


<!-- == Free Pascal == -->
<!-- == Free Pascal == -->