dbus ChangeLog,1.601,1.602
Havoc Pennington
hp at freedesktop.org
Thu Nov 25 22:22:55 PST 2004
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv28645
Modified Files:
ChangeLog
Log Message:
2004-11-26 Havoc Pennington <hp at redhat.com>
* dbus/dbus-message.c (struct DBusMessage): put the locked bit and
the "char byte_order" next to each other to save 4 bytes
(dbus_message_new_empty_header): reduce preallocation, since the
message cache should achieve a similar effect
(dbus_message_cache_or_finalize, dbus_message_get_cached): add a
message cache that keeps a few DBusMessage around in a pool,
another 8% speedup or so.
* dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.601
retrieving revision 1.602
diff -u -d -r1.601 -r1.602
--- ChangeLog 26 Nov 2004 02:29:00 -0000 1.601
+++ ChangeLog 26 Nov 2004 06:22:53 -0000 1.602
@@ -1,3 +1,15 @@
+2004-11-26 Havoc Pennington <hp at redhat.com>
+
+ * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
+ the "char byte_order" next to each other to save 4 bytes
+ (dbus_message_new_empty_header): reduce preallocation, since the
+ message cache should achieve a similar effect
+ (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
+ message cache that keeps a few DBusMessage around in a pool,
+ another 8% speedup or so.
+
+ * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
+
2004-11-25 Havoc Pennington <hp at redhat.com>
* dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
More information about the dbus-commit
mailing list