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. cfbed921b8956bbd1586


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. cfbed921b8956bbd15862684c52fc3463807d1ba
Date: Mon, 15 Nov 2010 21:16:41 +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  cfbed921b8956bbd15862684c52fc3463807d1ba (commit)
      from  2456bf411d8538fbfffd353419461a7820476850 (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=cfbed921b8956bbd15862684c52fc3463807d1ba


commit cfbed921b8956bbd15862684c52fc3463807d1ba
Author: Sandro Santilli <address@hidden>
Date:   Mon Nov 15 22:16:00 2010 +0100

    Take the default GC threshold back to 64.
    It was erroneously brought down to zero by
    commit b5161cb32e3b45c33b96004a3b00411338344a2f (Drop GC singleton)

diff --git a/libbase/GC.cpp b/libbase/GC.cpp
index 9e32a9e..014dc41 100644
--- a/libbase/GC.cpp
+++ b/libbase/GC.cpp
@@ -33,7 +33,8 @@ namespace gnash {
 
 GC::GC(GcRoot& root)
     :
-    _maxNewCollectablesCount(0),
+    // might raise the default ...
+    _maxNewCollectablesCount(64),
     _resListSize(0),
     _root(root),
     _lastResCount(0)

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

Summary of changes:
 libbase/GC.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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