[cvs-nhc98] Add Phil's time profiler into the standard code base.

Malcolm Wallace malcolm@sparud.net
Thu, 3 May 2001 19:17:05 +0200 (CEST)


malcolm: Thu May  3 19:17:05 CEST 2001

Update of /usr/src/master/nhc/src/runtime/Kernel
In directory hinken:/tmp/cvs-serv25581/src/runtime/Kernel

Modified Files:
	Makefile collector.c haskellInit.c mutator.c newbuiltin.c 
	profile.c timer.c tprof.c 
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.