Author: Armin Rigo
Branch: c8-new-page-handling
Changeset: r1418:d041ac365425
Date: 2014-09-24 10:00 +0200
http://bitbucket.org/pypy/stmgc/changeset/d041ac365425/
Log:Add comment
diff --git a/c8/stm/core.h b/c8/stm/core.h
--- a/c8/stm/core.h
+++ b/c8/stm/core.h
@@ -109,6 +109,14 @@
#define
Author: Armin Rigo
Branch: shadowstack-again
Changeset: r73670:6c50bbbada5b
Date: 2014-09-24 10:11 +0200
http://bitbucket.org/pypy/pypy/changeset/6c50bbbada5b/
Log:Close this head
___
pypy-commit mailing list
[email protected]
https://mail.pyt
Author: Armin Rigo
Branch: c8-new-page-handling
Changeset: r1419:2421dce57e02
Date: 2014-09-24 11:34 +0200
http://bitbucket.org/pypy/stmgc/changeset/2421dce57e02/
Log:in-progress
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -3,23 +3,48 @@
#endif
Author: mattip
Branch:
Changeset: r276:bdd2f0fc83b3
Date: 2014-09-23 21:28 +0300
http://bitbucket.org/pypy/benchmarks/changeset/bdd2f0fc83b3/
Log:fix for win32
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -91,7 +91,7 @@
else:
iteration_s
Author: Remi Meier
Branch: c8-new-page-handling
Changeset: r1420:1f40964edc8a
Date: 2014-09-24 14:12 +0200
http://bitbucket.org/pypy/stmgc/changeset/1f40964edc8a/
Log:additional tests
diff --git a/c8/test/test_basic.py b/c8/test/test_basic.py
--- a/c8/test/test_basic.py
+++ b/c8/test/test_ba
Author: Remi Meier
Branch: c8-new-page-handling
Changeset: r1421:a7f16e60a0c6
Date: 2014-09-24 14:21 +0200
http://bitbucket.org/pypy/stmgc/changeset/a7f16e60a0c6/
Log:probably fix go_to_the_past
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -88,8 +88,8
Author: Remi Meier
Branch: c8-new-page-handling
Changeset: r1422:4e346ae8add2
Date: 2014-09-24 14:51 +0200
http://bitbucket.org/pypy/stmgc/changeset/4e346ae8add2/
Log:fix
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -64,8 +64,6 @@
{
if (from ==
Author: Remi Meier
Branch: c8-new-page-handling
Changeset: r1423:8748c8466dde
Date: 2014-09-24 15:26 +0200
http://bitbucket.org/pypy/stmgc/changeset/8748c8466dde/
Log:test and fix
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -74,9 +74,8 @@
st
Author: mattip
Branch: win32-fixes5
Changeset: r73672:6a05a50e294b
Date: 2014-09-24 16:31 +0300
http://bitbucket.org/pypy/pypy/changeset/6a05a50e294b/
Log:merge default into branch
diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py
--- a/lib_pypy/_curses.py
+++ b/lib_pypy/_curses.py
@@ -
Author: mattip
Branch: win32-fixes5
Changeset: r73671:b878317fc5f0
Date: 2014-09-24 16:30 +0300
http://bitbucket.org/pypy/pypy/changeset/b878317fc5f0/
Log:force 4 byte alignment on windows
diff --git a/rpython/rtyper/tool/rffi_platform.py
b/rpython/rtyper/tool/rffi_platform.py
--- a/rpython
Author: Armin Rigo
Branch: gc_no_cleanup_nursery
Changeset: r73673:419bb943f8e2
Date: 2014-09-24 15:46 +0200
http://bitbucket.org/pypy/pypy/changeset/419bb943f8e2/
Log:Write this test
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/runner_test.py
--- a/rpytho
Author: Remi Meier
Branch: c8-new-page-handling
Changeset: r1425:b30add00d261
Date: 2014-09-24 15:51 +0200
http://bitbucket.org/pypy/stmgc/changeset/b30add00d261/
Log:fix go_to_the_future again
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -57,27 +57,6
Author: Remi Meier
Branch: c8-new-page-handling
Changeset: r1424:d68c60689ca5
Date: 2014-09-24 15:45 +0200
http://bitbucket.org/pypy/stmgc/changeset/d68c60689ca5/
Log:another issue of go_to_the_future
diff --git a/c8/test/test_basic.py b/c8/test/test_basic.py
--- a/c8/test/test_basic.py
+++
Author: Armin Rigo
Branch: gc_no_cleanup_nursery
Changeset: r73674:712ee4b2bdcf
Date: 2014-09-24 14:42 +
http://bitbucket.org/pypy/pypy/changeset/712ee4b2bdcf/
Log:arm: zero_ptr_field
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a/rpyt
Author: Maciej Fijalkowski
Branch: gc_no_cleanup_nursery
Changeset: r73675:c6ba1b273ac0
Date: 2014-09-24 17:52 +0200
http://bitbucket.org/pypy/pypy/changeset/c6ba1b273ac0/
Log:fight fight fight until the tests start oassinbg
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/b
Author: Maciej Fijalkowski
Branch: gc_no_cleanup_nursery
Changeset: r73676:e2cff500b06d
Date: 2014-09-24 18:04 +0200
http://bitbucket.org/pypy/pypy/changeset/e2cff500b06d/
Log:ignore void fields
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llgraph/runner.py
--- a
Author: Armin Rigo
Branch: gc_no_cleanup_nursery
Changeset: r73677:ec9889b7a5a1
Date: 2014-09-24 16:12 +
http://bitbucket.org/pypy/pypy/changeset/ec9889b7a5a1/
Log:Enough to pass test_zero_array. Still missing the short-size
optimization.
diff --git a/rpython/jit/backend/arm/opas
Author: Armin Rigo
Branch: gc_no_cleanup_nursery
Changeset: r73679:85803d8e9c23
Date: 2014-09-24 18:14 +0200
http://bitbucket.org/pypy/pypy/changeset/85803d8e9c23/
Log:Clarify which cls goes with which argument
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/
Author: Armin Rigo
Branch: gc_no_cleanup_nursery
Changeset: r73678:aec805bce08c
Date: 2014-09-24 18:13 +0200
http://bitbucket.org/pypy/pypy/changeset/aec805bce08c/
Log:merge heads
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a/rpython/jit/
Author: Armin Rigo
Branch: gc_no_cleanup_nursery
Changeset: r73680:a738fd00ee83
Date: 2014-09-24 18:29 +0200
http://bitbucket.org/pypy/pypy/changeset/a738fd00ee83/
Log:Simplify the entry condition a little bit
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assem
Author: Brian Kearns
Branch:
Changeset: r73681:42870fecc305
Date: 2014-09-24 09:50 -0700
http://bitbucket.org/pypy/pypy/changeset/42870fecc305/
Log:fix float mod behavior to match cpython (issue 1873)
diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pyp
Author: Armin Rigo
Branch: gc_no_cleanup_nursery
Changeset: r73682:9d73241d63a3
Date: 2014-09-24 16:53 +
http://bitbucket.org/pypy/pypy/changeset/9d73241d63a3/
Log:Inlined fast-path.
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a/rpyth
Author: Philip Jenvey
Branch: py3k
Changeset: r73683:2e736033bd2b
Date: 2014-09-24 19:14 -0700
http://bitbucket.org/pypy/pypy/changeset/2e736033bd2b/
Log:we really want a unicodebuffer here
diff --git a/rpython/rtyper/module/ll_win32file.py
b/rpython/rtyper/module/ll_win32file.py
--- a/rpyt
Author: Philip Jenvey
Branch: py3k
Changeset: r73684:eab5254eaafa
Date: 2014-09-24 19:24 -0700
http://bitbucket.org/pypy/pypy/changeset/eab5254eaafa/
Log:workaround FuncType pointer calls w/ a non-standard calling
convention not actually using said convention (after translation)
24 matches
Mail list logo