[m-rev.] for review: ThreadScope changes

Paul Bone paul at bone.id.au
Fri May 30 16:53:35 AEST 2014


On Fri, May 30, 2014 at 04:49:55PM +1000, Paul Bone wrote:
> Branches: master

> diff --git a/runtime/mercury_par_profile.c b/runtime/mercury_par_profile.c
> index e0be235..fb787ca 100644
> --- a/runtime/mercury_par_profile.c
> +++ b/runtime/mercury_par_profile.c
> @@ -2,7 +2,7 @@
>  ** vim: ts=4 sw=4 expandtab
>  */
>  /*
> -** Copyright (C) 2009-2011,2013 The University of Melbourne.
> +** Copyright (C) 2009-2011,2013-2014 The University of Melbourne.
>  ** Copyright (C) 2008-2009 The GHC Team.
>  **
>  ** This file may only be copied under the terms of the GNU Library General
> @@ -10,6 +10,24 @@
>  */
>  
>  /*
> +** mercury_par_profile.c - defines Mercury parallel profiling support.
> +**
> +** The code in this file and mercury_par_profile.h was originally designed
> +** to be compatible with ThreadScope, see:
> +**
> +**   + Don Jones Jr, Simon Marlow and Satnam Singh: Parallel Preformance
> +**     Tuning for Haskell.
> +**
> +**   + Paul Bone and Zoltan Somogyi: Profiling parallel Mercury programs
> +**     with ThreadScope.
> +**
> +** Maintaining compatibility with ThreadScope has been problematic, we no
> +** longer support compatibility with ThreadScope, however this code is
> +** intially based off ThreadScope and GHC's runtime system support for
> +** ThreadScope.
> +*/
> +

I've fixed the spelling of initially


-- 
Paul Bone



More information about the reviews mailing list