8 Nov
2006
8 Nov
'06
9:21 a.m.
On Tuesday 07 November 2006 16:30, Simon Peyton-Jones wrote:
The bit that does the dependency analysis is called the Occurrence Analyser. Its in compiler/simplCore/OccAnal. A single run of the occurrence analyser will produce a fully-dependency-analysed program. Maybe that's what you want?
That's exactly what I want. I tried it and it works perfectly. Thanks very much, Bas van Dijk