[banshee] Booter: remove obsolete commented lines about Mono SGEN



commit c033b982440477b4f32e78729441b1725801cf07
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Sun Feb 23 00:56:55 2014 +0100

    Booter: remove obsolete commented lines about Mono SGEN
    
    Mono ended up defaulting to SGEN for v3.2.x or higher, so we rather
    simply let the underlying system decide.

 src/Clients/Booter/banshee.linux.in |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/Clients/Booter/banshee.linux.in b/src/Clients/Booter/banshee.linux.in
index 724a6d7..5027d24 100644
--- a/src/Clients/Booter/banshee.linux.in
+++ b/src/Clients/Booter/banshee.linux.in
@@ -48,10 +48,6 @@ if [ "$BANSHEE_DEBUG" = "--debug" ] && [ "x$BANSHEE_PROFILE" = "x" ]; then
        BANSHEE_PROFILE="--profile=gui-thread-check"
 fi
 
-# We were testing the SGen compacting GC; disabled for 2.0 release b/c there are serious
-# issues with sgen on Mono 2.8.0
-#export MONO_ENV_OPTIONS="--gc=sgen"
-
 if [ -n "$BANSHEE_DEBUG" -o -n "$BANSHEE_TRACE" -o -n "$BANSHEE_PROFILE" ]; then
     MONO_OPTIONS="$BANSHEE_DEBUG $BANSHEE_TRACE $BANSHEE_PROFILE"
     echo "** Running Mono with $MONO_OPTIONS **"


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