From 7bf62e31a3c820852271768fafc04ba95c31a19f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 17 Jan 2005 03:53:40 +0000 Subject: 2005-01-16 Havoc Pennington 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 --- test/unused-code-gc.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/unused-code-gc.py') diff --git a/test/unused-code-gc.py b/test/unused-code-gc.py index 7bc1930b..a58597f7 100755 --- a/test/unused-code-gc.py +++ b/test/unused-code-gc.py @@ -230,6 +230,8 @@ trace 'reachable' through hardcoded function calls, if a function is 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 -- cgit