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

List:       kde-devel
Subject:    Re: -fno-exceptions?
From:       David Faure <faure () alpha ! tat ! physik ! uni-tuebingen ! de>
Date:       1999-05-27 20:49:42
[Download RAW message or body]

On Thu, May 27, 1999 at 08:56:23AM +0200, Mario Weilguni wrote:
> Can we safely use -fno-exceptions on the core libraries? None of these files
> uses exceptions, and the binaries are MUCH smaller:
> kdecore -fexceptions: 1003kb
> kdecore -fno-exceptions: 582kb
> 
> If possible, we should add this as default.

That's ok for kdecore, but I just found out it's not ok for libkded: 

kded-utils.cc says :

	  try {
	       if( line != QString::null) {
		    CORBA::Object_var ob = orb->string_to_object( line);
		    kded = KDED::InitialReferences::_narrow( ob);
	       }
	  } catch(...) {
	       kded = KDED::InitialReferences::_nil();
	  }

-- 
David FAURE
david.faure@insa-lyon.fr, faure@kde.org
http://www.insa-lyon.fr/People/AEDI/dfaure/index.html 
KDE, Making The Future of Computing Available Today

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

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