gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-442-g2ed5357
Date: Wed, 30 Mar 2011 17:14:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  2ed5357f6da78948d47fec7b7fba0121c16f07ff (commit)
       via  9de06af8f7119fe73f37fe43892cc81aa0cb5dfd (commit)
      from  a7642a1c67dd64c3a944c5a598ddcd967f8f000e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=2ed5357f6da78948d47fec7b7fba0121c16f07ff


commit 2ed5357f6da78948d47fec7b7fba0121c16f07ff
Author: Bastiaan Jacques <address@hidden>
Date:   Wed Mar 30 15:50:42 2011 +0200

    Fix Darwin build.

diff --git a/libbase/jemalloc_gnash.h b/libbase/jemalloc_gnash.h
index 2083ba4..3818cb1 100644
--- a/libbase/jemalloc_gnash.h
+++ b/libbase/jemalloc_gnash.h
@@ -21,6 +21,10 @@
 #define MOZ_MEMORY_BSD
 #endif
 
+#ifdef DARWIN_HOST
+#define MOZ_MEMORY_DARWIN
+#endif
+
 #ifdef SOLARIS_HOST
 #define MOZ_MEMORY_SOLARIS
 #endif

http://git.savannah.gnu.org/cgit//commit/?id=9de06af8f7119fe73f37fe43892cc81aa0cb5dfd


commit 9de06af8f7119fe73f37fe43892cc81aa0cb5dfd
Author: Bastiaan Jacques <address@hidden>
Date:   Wed Mar 30 13:33:53 2011 +0200

    Add a comment regarding jemalloc's valgrind support.

diff --git a/libbase/jemalloc_gnash.h b/libbase/jemalloc_gnash.h
index 3876777..2083ba4 100644
--- a/libbase/jemalloc_gnash.h
+++ b/libbase/jemalloc_gnash.h
@@ -43,6 +43,13 @@
 # define MOZ_MEMORY_SIZEOF_PTR_2POW 3
 #endif
 
+#if 0
+/* Unfortunately, even though jemalloc has valgrind hooks, it still produces
+ * false positives. See https://bugzilla.mozilla.org/show_bug.cgi?id=503249
+ */
+#define MOZ_VALGRIND
+#endif
+
 #include "jemalloc.h"
 
 #ifdef USE_STATS_MEMORY

-----------------------------------------------------------------------

Summary of changes:
 libbase/jemalloc_gnash.h |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]