PERFORCE change 229657 for review

Robert Watson rwatson at FreeBSD.org
Thu Jun 13 12:08:31 UTC 2013


http://p4web.freebsd.org/@@229657?ac=10

Change 229657 by rwatson at rwatson_cinnamon on 2013/06/13 12:08:16

	Substantially bump up static limits on the number of concurrent
	TESLA classes and instances.  We will want to make this more dynamic
	in the future.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/libtesla/tesla_internal.h#4 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/libtesla/tesla_internal.h#4 (text+ko) ====

@@ -241,9 +241,11 @@
 /*
  * XXXRW: temporarily, maximum number of classes and instances are hard-coded
  * constants.  In the future, this should somehow be more dynamic.
+ *
+ * XXXRW: this is still true.
  */
-#define	TESLA_MAX_CLASSES		12
-#define	TESLA_MAX_INSTANCES		8
+#define	TESLA_MAX_CLASSES		128
+#define	TESLA_MAX_INSTANCES		128
 
 /*
  * When the assertion fails, what to do?


More information about the p4-projects mailing list