Paul Lussier writes:

> Could you explain some of the techinical difficulties involved in 
> porting such a complex product between various versions of Unix?

It probably wouldn't be too hard, considering the fact that they
already can instrument object code on Windows NT / x86.  

Well, at least, not impossible...

Purify inserts their own instructions into your program's object code
(on Unix systems, at *link time*).  Purify basically knows about every
load and store that your program makes into main memory, and from this
knowledge it can detect memory problems.

This is a neat trick, and in practice, it yields good results.

--kevin
-- 
Kevin D. Clark (CetaceanNetworks.com!kclark)  |
Cetacean Networks, Inc.                       |   Give me a decent UNIX
Portsmouth, N.H. (USA)                        |  and I can move the world
alumni.unh.edu!kdc (PGP Key Available)        |






**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to