[m-rev.] trivial diff: fix deep profiling of the compiler
Julien Fischer
juliensf at cs.mu.OZ.AU
Thu Jun 30 15:54:21 AEST 2005
Estimated hours taken: 2.5
Branches: main, release
compiler/Mmakefile:
Include the .init file for the mdbcomp when building
the compiler, otherwise (among other thing) not all
the proc_statics will be written out when deep profiling
the compiler.
Julien.
Index: compiler/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/Mmakefile,v
retrieving revision 1.85
diff -u -r1.85 Mmakefile
--- compiler/Mmakefile 20 May 2005 06:15:08 -0000 1.85
+++ compiler/Mmakefile 30 Jun 2005 05:41:07 -0000
@@ -53,6 +53,7 @@
ALL_MLLIBS = $(MLLIBS) $(EXTRA_MLLIBS) $(GCC_BACKEND_LIBS)
MLFLAGS += --no-main --shared
C2INITARGS += $(ANALYSIS_DIR)/$(ANALYSIS_LIB_NAME).init
+C2INITARGS += $(MDBCOMP_DIR)/$(MDBCOMP_LIB_NAME).init
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list