changeset 355:26079ab52fc3

Comment about XS_DYNAMIC_BUF changed
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Nov 2005 02:28:04 +0000
parents dc6cb365ace4
children f979379cfb83
files src/xmms-sid.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmms-sid.h	Tue Nov 01 02:25:03 2005 +0000
+++ b/src/xmms-sid.h	Tue Nov 01 02:28:04 2005 +0000
@@ -66,9 +66,9 @@
 /* Size for some small buffers (always static variables) */
 #define XS_BUF_SIZE		(1024)
 
-/* If defined, dynamically allocated temp. buffers are used.
- * Static (#undef) are probably faster than allocating/deallocating
- * from heap, but fails on systems with limited stack space. */
+/* If defined, some dynamically allocated temp. buffers are used.
+ * Static (#undef) might give slight performance gain,
+ * but fails on systems with limited stack space. */
 #define XS_BUF_DYNAMIC
 
 /* Size of audio buffer. If you are experiencing lots of audio