Author: Armin Rigo
Branch: c7-refactor
Changeset: r775:e39e716e910a
Date: 2014-02-19 07:42 +0100
http://bitbucket.org/pypy/stmgc/changeset/e39e716e910a/
Log:Comment
diff --git a/c7/stm/core.h b/c7/stm/core.h
--- a/c7/stm/core.h
+++ b/c7/stm/core.h
@@ -121,5 +121,8 @@
static void abort_with_
Author: Armin Rigo
Branch: c7-refactor
Changeset: r774:8837b8f858b1
Date: 2014-02-19 07:36 +0100
http://bitbucket.org/pypy/stmgc/changeset/8837b8f858b1/
Log:Workaround for llvm bug. :-/
diff --git a/c7/stm/core.h b/c7/stm/core.h
--- a/c7/stm/core.h
+++ b/c7/stm/core.h
@@ -119,3 +119,7 @@
Author: Armin Rigo
Branch: c7-refactor
Changeset: r773:5f576a000c84
Date: 2014-02-19 07:18 +0100
http://bitbucket.org/pypy/stmgc/changeset/5f576a000c84/
Log:Move the demo2.c in the new "demo" subdirectory. It works :-)
diff --git a/c7/Makefile b/c7/demo/Makefile
rename from c7/Makefile
renam
Author: Armin Rigo
Branch: c7-refactor
Changeset: r772:902061e5b47e
Date: 2014-02-19 07:12 +0100
http://bitbucket.org/pypy/stmgc/changeset/902061e5b47e/
Log:_pages_privatize() with count > 1
diff --git a/c7/stm/pages.c b/c7/stm/pages.c
--- a/c7/stm/pages.c
+++ b/c7/stm/pages.c
@@ -25,37 +25,
Author: Armin Rigo
Branch: c7-refactor
Changeset: r771:c07b26b32fb1
Date: 2014-02-19 06:43 +0100
http://bitbucket.org/pypy/stmgc/changeset/c07b26b32fb1/
Log:Adapt demo2.c.
diff --git a/c7/Makefile b/c7/Makefile
--- a/c7/Makefile
+++ b/c7/Makefile
@@ -14,16 +14,14 @@
rm -f $(BUILD_EXE
Author: Armin Rigo
Branch: c7-refactor
Changeset: r770:a55008e93bb1
Date: 2014-02-18 19:59 +0100
http://bitbucket.org/pypy/stmgc/changeset/a55008e93bb1/
Log:Comments
diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/core.c
@@ -257,6 +257,9 @@
STM_PSEGMENT->safe
Author: Alex Gaynor
Branch:
Changeset: r69206:84efb3ba05f1
Date: 2014-02-18 10:38 -0800
http://bitbucket.org/pypy/pypy/changeset/84efb3ba05f1/
Log:Some cleanup to audioop
diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py
--- a/lib_pypy/audioop.py
+++ b/lib_pypy/audioop.py
@@ -1,5 +1,6
Author: jiaaro
Branch:
Changeset: r69203:56afb92fbea1
Date: 2014-01-23 20:09 -0500
http://bitbucket.org/pypy/pypy/changeset/56afb92fbea1/
Log:add implementations of the most commonly used audioop functions
(from pydub)
diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py
--- a/lib_
Author: James Robert
Branch:
Changeset: r69204:98186a76751e
Date: 2014-01-23 20:11 -0500
http://bitbucket.org/pypy/pypy/changeset/98186a76751e/
Log:Merged pypy/pypy into default
diff --git a/pypy/interpreter/pyparser/test/test_parsestring.py
b/pypy/interpreter/pyparser/test/test_parsestrin
Author: Alex Gaynor
Branch:
Changeset: r69205:57010784af18
Date: 2014-02-18 10:33 -0800
http://bitbucket.org/pypy/pypy/changeset/57010784af18/
Log:Merged in jiaaro/pypy (pull request #204)
Implement most audioop functions
diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py
--- a
Author: Remi Meier
Branch: c7-refactor
Changeset: r769:c50e88e2b09f
Date: 2014-02-18 16:23 +0100
http://bitbucket.org/pypy/stmgc/changeset/c50e88e2b09f/
Log:more info in output
diff --git a/c7/test/test_random.py b/c7/test/test_random.py
--- a/c7/test/test_random.py
+++ b/c7/test/test_random.
Author: Remi Meier
Branch: c7-refactor
Changeset: r768:775ad832acb8
Date: 2014-02-18 15:53 +0100
http://bitbucket.org/pypy/stmgc/changeset/775ad832acb8/
Log:fix for contention_management calling cond_wait in tests
diff --git a/c7/stm/contention.c b/c7/stm/contention.c
--- a/c7/stm/contention.
Author: Armin Rigo
Branch: c7-refactor
Changeset: r767:94ed263ba9d2
Date: 2014-02-18 15:42 +0100
http://bitbucket.org/pypy/stmgc/changeset/94ed263ba9d2/
Log:Comments about v_nursery_section_end
diff --git a/c7/stm/nursery.h b/c7/stm/nursery.h
--- a/c7/stm/nursery.h
+++ b/c7/stm/nursery.h
@@
Author: Remi Meier
Branch: c7-refactor
Changeset: r766:5707dbd201ed
Date: 2014-02-18 15:19 +0100
http://bitbucket.org/pypy/stmgc/changeset/5707dbd201ed/
Log:new test-random
diff --git a/c7/test/test_random.py b/c7/test/test_random.py
--- a/c7/test/test_random.py
+++ b/c7/test/test_random.py
@
14 matches
Mail list logo