GC 6.0 alpha 3 imported

Fergus Henderson fjh@cs.mu.OZ.AU
Tue Feb 12 20:52:00 GMT 2002


On 12-Feb-2002, Bryce McKinlay <bryce@waitaki.otago.ac.nz> wrote:
> The diff below is the complete set of diffs between the GC in the GCC 
> tree and that in the 6.0 alpha 3 release.
...
> +++ dbg_mlc.c	2002/02/12 04:37:53	1.11
> @@ -429,6 +429,35 @@
>      return (GC_store_debug_info(result, (word)lb, s, (word)i));
>  }
>  
> +# ifdef __STDC__
> +    GC_PTR GC_debug_generic_malloc(size_t lb, int k, GC_EXTRA_PARAMS)
> +# else
> +    GC_PTR GC_debug_malloc(lb, k, s, i)

That is a bug -- GC_debug_malloc here should be GC_debug_generic_malloc.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.



More information about the Java-patches mailing list