Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 12:08:29 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 229657 for review
Message-ID:  <201306131208.r5DC8Tla009739@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@229657?ac=10

Change 229657 by rwatson@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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306131208.r5DC8Tla009739>