[pypy-commit] pypy stmgc-c4: import stmgc/0b3f7830cb46

arigo noreply at buildbot.pypy.org
Wed Sep 11 21:48:13 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c4
Changeset: r66918:7a0291d8cc4b
Date: 2013-09-11 21:47 +0200
http://bitbucket.org/pypy/pypy/changeset/7a0291d8cc4b/

Log:	import stmgc/0b3f7830cb46

diff --git a/rpython/translator/stm/src_stm/lists.c b/rpython/translator/stm/src_stm/lists.c
--- a/rpython/translator/stm/src_stm/lists.c
+++ b/rpython/translator/stm/src_stm/lists.c
@@ -91,7 +91,6 @@
   int shift = 0;
   char *p = (char *)(g2l->toplevel.items);
   char *entry;
-  assert((key & (sizeof(void*)-1)) == 0);   /* only for aligned keys */
   while (1)
     {
       p += (key >> shift) & TREE_MASK;
diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision
--- a/rpython/translator/stm/src_stm/revision
+++ b/rpython/translator/stm/src_stm/revision
@@ -1,1 +1,1 @@
-c5636881b4d5
+0b3f7830cb46


More information about the pypy-commit mailing list