dbus/test unused-code-gc.py,1.1,1.2

Havoc Pennington hp@freedesktop.org
Sun Jan 16 19:53:42 PST 2005


Update of /cvs/dbus/dbus/test
In directory gabe:/tmp/cvs-serv15337/test

Modified Files:
	unused-code-gc.py 
Log Message:
2005-01-16  Havoc Pennington  <hp@redhat.com>

        This is about it on what can be disabled/deleted from libdbus
	easily, back below 150K anyhow. Deeper cuts are more work than 
	just turning the code off as I've done here.
	
	* dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
	signed int convenience funcs

	* dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
	verbose mode

	* dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
	things out of libdbus

	* dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
	
	* dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
	tests-enabled-only, though it should probably be deleted)

	* dbus/dbus-message-util.c: same stuff

	* dbus/dbus-auth-util.c: same stuff



Index: unused-code-gc.py
===================================================================
RCS file: /cvs/dbus/dbus/test/unused-code-gc.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- unused-code-gc.py	16 Jan 2005 22:13:35 -0000	1.1
+++ unused-code-gc.py	17 Jan 2005 03:53:40 -0000	1.2
@@ -230,6 +230,8 @@
 called only through a vtable, it won't be marked reachable (and
 neither will its children in the call graph).
 
+Also, the sizes mentioned are more or less completely bogus.
+
 """
     
     print "The following are hardcoded in as vtable roots: %s" % vtable_roots



More information about the dbus-commit mailing list