[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdecore/malloc
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2004-10-01 17:02:20
Message-ID: 20041001170220.AC30E172F () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

Disabling the fast malloc implementation in kdecore. Individuals
unfortunate enough to still needed it can still enable it explicitly.
http://lists.kde.org/?l=kde-optimize&m=109569454601802&w=2


  M +7 -10     configure.in.in   1.4


--- kdelibs/kdecore/malloc/configure.in.in  #1.3:1.4
@@ -1,7 +1,6 @@
-dnl --enable-fast-malloc depends on $KDE_MALLOC
-dnl --disable-fast-malloc disabled
-dnl --enable-fast-malloc=full enabled always
+dnl --enable-fast-malloc      - depends on $KDE_MALLOC
+dnl --disable-fast-malloc     - disabled
+dnl --enable-fast-malloc=full - enabled always
 dnl
-dnl enable on x86 Linux and x86 FreeBSD
 dnl gcc3.0 needs -finline-limit=100000 (large num)
 
@@ -91,14 +90,12 @@
 fi
 
-dnl enable by default where possible
-dnl on FreeBSD (no glibc), the default is =full, as =yes doesn't work there,
-dnl   unless --enable-debug is used, in which case it's =no
-dnl on Linux (glibc), the default is =yes
 if test "$kde_fast_malloc" = "notgiven"; then
-    kde_fast_malloc=yes
+    #kde_fast_malloc=yes
+    kde_fast_malloc=no
 fi
 if test "$kde_fast_malloc" = "notgiven_full"; then
     if test "$kde_use_debug_code" = "no"; then
-        kde_fast_malloc=full
+        #kde_fast_malloc=full
+        kde_fast_malloc=no
     else
         kde_fast_malloc=no


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic