Improving C

POLARIS%usc-isi at sri-unix.UUCP POLARIS%usc-isi at sri-unix.UUCP
Tue Mar 13 01:25:00 AEST 1984


Those who want array bounds checking and such might like to look
at bcc and safe C, both of which are like checkout compilers in
allowing run-time and compile time range and reference checks.
When the program has passed all debugging phases, you can
recompile with cc and reduce both the code size and the operating
overhead.

bcc: delft consulting copr 432 park ave so.  new york, ny 10016

safe C : catalytix corp 55 wheeler st.  Cambridge, mass 02138

Both seem to offer many of the services not available with lint,
but are available only when wanted or needed, unlike other
languages.  I've seen both of these but not had a chance to use
them much.  Mike Seyfrit <polaris @isi.arpa>



More information about the Comp.unix mailing list