[m-rev.] For review: Modify deep profiling tools to use new datastructures.

Paul Bone pbone at csse.unimelb.edu.au
Fri Jul 11 14:27:01 AEST 2008


On Fri, Jul 11, 2008 at 02:24:02PM +1000, Paul Bone wrote:

> Index: INSTALL_CVS
> Index: boehm_gc/libatomic_ops-1.2/Makefile.in
> Index: boehm_gc/libatomic_ops-1.2/aclocal.m4
> Index: boehm_gc/libatomic_ops-1.2/configure
> Index: boehm_gc/libatomic_ops-1.2/doc/Makefile.in
> Index: boehm_gc/libatomic_ops-1.2/src/Makefile.in
> Index: boehm_gc/libatomic_ops-1.2/src/atomic_ops/Makefile.in
> Index: boehm_gc/libatomic_ops-1.2/src/atomic_ops/sysdeps/Makefile.in
> Index: boehm_gc/libatomic_ops-1.2/tests/Makefile.in

Please ignore changes to these files.  They won't be committed.  This is
probably the result of me using a different version of automake/autoconf

> Index: deep_profiler/interface.m
> ===================================================================
> RCS file: /home/mercury/mercury1/repository/mercury/deep_profiler/interface.m,v
> retrieving revision 1.20
> diff -u -p -u -p -r1.20 interface.m
> --- deep_profiler/interface.m	18 Apr 2008 05:57:48 -0000	1.20
> +++ deep_profiler/interface.m	11 Jul 2008 04:24:57 -0000
> @@ -145,7 +145,7 @@ response_file_name(DataFileName, QueryNu
>  
>  :- func server_dir = string.
>  
> -server_dir = "/var/tmp".
> +server_dir = "/var/tmp/new_server".
>  
>  :- func filename_mangle(string) = string.
>  

Please ignore this change.  I've been using it for testing, it won't be
committed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20080711/b3b6a455/attachment.sig>


More information about the reviews mailing list