[comp.sys.ibm.pc] LINT for IBM-PC

thj@hpcnof.UUCP (Thomas Hjellming) (11/10/86)

/ hpcnof:net.micro.pc / tom@vrdxhq.UUCP (Tom Welsh) /  1:20 pm  Nov  5, 1986 /
Is there a LINT for the IBM-PC?
----------

    Yes, I used one about 1.5 yrs ago called PC-LINT by Gimpel Software.  It's
advertised in BYTE and other such magazines.  I found the product worthwhile.

Tom Hjellming
Colorado Networks Division
Hewlett-Packard
...!hplabs!hpfcla!hpcnof!thj

( Usual disclaimers )

psfales@ihlpl.UUCP (Peter Fales) (11/12/86)

> / hpcnof:net.micro.pc / tom@vrdxhq.UUCP (Tom Welsh) /  1:20 pm  Nov  5, 1986 /
> Is there a LINT for the IBM-PC?
> ----------
> 
I have been using a C compiler produced by EcoSoft in Indianopolis, IN (I
don't have the address handy, but they advertise in Byte).  This is really
an outstanding product.  Besides the low cost ($59.95 at last count) it
performs very well.  The user can select from nine (only seven or so 
implemented so far) different levels lint-like error checking.  The lower
levels are like most "normal" compilers, but by setting the "picky flag"
to higher values the compiler begins to do more and more checks for things
like type mismatches, functions not returning values, etc.

The compiler supports the new ANSI standard C feature called "prototyping"
which simplifies error checking as well as providing an aid to 
to documentation.  It also includes a very complete function library
including many "Unix-like" functions."

I friend of mine did some (very rough) benchmarks and found that this
compiler beat out the popular Lattice Compiler in both compile time and 
object code size.  The only limitations I am aware of are that only
the small model (64K code, 64K data) is supported and bit fields are
not supported in structures.

Peter Fales
ihnp4!ihlpl!psfales

****************************************************************
I have no connection with EcoSoft, Inc. other than as a very satisfied
customer.