raster pushed a commit to branch master.

commit 76a748b08d6516c32d4653871ffa6d75a4a10571
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Apr 24 16:20:18 2013 +0900

    rejig 32bit eoid allocation to 5.5.12.
---
 src/lib/eo/eo_ptr_indirection.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/eo/eo_ptr_indirection.c b/src/lib/eo/eo_ptr_indirection.c
index 19dc17b..7e3ca65 100644
--- a/src/lib/eo/eo_ptr_indirection.c
+++ b/src/lib/eo/eo_ptr_indirection.c
@@ -51,9 +51,9 @@
 
 #if SIZEOF_UINTPTR_T == 4
 /* 32 bits */
-# define BITS_FOR_IDS_TABLE           8
-# define BITS_FOR_IDS_INTER_TABLE     4
-# define BITS_FOR_ID_IN_TABLE        10
+# define BITS_FOR_IDS_TABLE           5
+# define BITS_FOR_IDS_INTER_TABLE     5
+# define BITS_FOR_ID_IN_TABLE        12
 # define BITS_FOR_GENERATION_COUNTER 10
 #else
 /* 64 bits */

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to