[cvs-nhc98] Add Phil's time profiler into the standard code base.
Malcolm Wallace
malcolm@sparud.net
Thu, 3 May 2001 19:17:04 +0200 (CEST)
malcolm: Thu May 3 19:17:04 CEST 2001
Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv25581/src/compiler98
Modified Files:
Case.hs CaseLib.hs FSLib.hs GcodeFix.hs GcodeLow.hs Info.hs
IntState.hs Lift.hs PosAtom.hs RenameLib.hs ReportImports.hs
Log Message:
Add Phil's time profiler into the standard code base.
* quite a few additions to the runtime system
* some mangling of ld-lines required in scripts
* in compiler, introduce an extra field in InfoName constructor
to identify local function definitions (i.e. non-globals) for
correct aggregation of time costs.