Date: Sat, 3 Dec 2005 21:45:53 +0100 From: Claus Guttesen <kometen@gmail.com> To: Jason Evans <jasone@canonware.com> Cc: current@freebsd.org Subject: Re: New libc malloc patch Message-ID: <b41c75520512031245q48521143m@mail.gmail.com> In-Reply-To: <0B746373-8C29-4ADF-9218-311AE08F3834@canonware.com> References: <B6653214-2181-4342-854D-323979D23EE8@canonware.com> <Pine.LNX.4.53.0511291121360.27754@regurgitate.ugcs.caltech.edu> <0B746373-8C29-4ADF-9218-311AE08F3834@canonware.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> There's a new version of the patch available at: > http://www.canonware.com/~jasone/jemalloc/jemalloc_20051202b.diff When I do a make buildworld I get: cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=3Dathlon64 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/lib/libc/stdlib/malloc.c -o malloc.So cc -O2 -fno-strict-aliasing -pipe -march=3Dathlon64 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/lib/libc/stdlib/merge.c /usr/src/lib/libc/stdlib/malloc.c: In function `malloc_mutex_lock': /usr/src/lib/libc/stdlib/malloc.c:846: warning: cast from pointer to integer of different size /usr/src/lib/libc/stdlib/malloc.c:846: warning: cast from pointer to integer of different size /usr/src/lib/libc/stdlib/malloc.c:853: warning: cast from pointer to integer of different size /usr/src/lib/libc/stdlib/malloc.c: In function `malloc_mutex_unlock': /usr/src/lib/libc/stdlib/malloc.c:894: warning: cast from pointer to integer of different size *** Error code 1 /usr/src/lib/libc/stdlib/malloc.c: In function `malloc_mutex_lock': /usr/src/lib/libc/stdlib/malloc.c:846: warning: cast from pointer to integer of different size /usr/src/lib/libc/stdlib/malloc.c:846: warning: cast from pointer to integer of different size /usr/src/lib/libc/stdlib/malloc.c:853: warning: cast from pointer to integer of different size /usr/src/lib/libc/stdlib/malloc.c: In function `malloc_mutex_unlock': /usr/src/lib/libc/stdlib/malloc.c:894: warning: cast from pointer to integer of different size *** Error code 1 2 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error make -j 3 buildworld 763,54s user 150,98s system 173% cpu 8:48,62 total twin/usr/src#>uname -a FreeBSD twin.gnome.no 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Dec 1 21:38:11 CET 2005 root@twin.gnome.no:/usr/obj/usr/src/sys/TWIN=20 amd64 regards Claus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b41c75520512031245q48521143m>