[pypy-commit] stmgc c7: pushing some roots in duhton and reset shadowstack on abort

2014-01-19 Thread Raemi
Author: Remi Meier Branch: c7 Changeset: r648:1df99f66dc6d Date: 2014-01-19 10:48 +0100 http://bitbucket.org/pypy/stmgc/changeset/1df99f66dc6d/ Log:pushing some roots in duhton and reset shadowstack on abort diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -58,7 +58,7 @@

[pypy-commit] lang-smalltalk default: oops, forgot to include this

2014-01-19 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r592:89c1c5b8fe02 Date: 2014-01-19 12:12 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/89c1c5b8fe02/ Log:oops, forgot to include this diff --git a/spyvm/system.py b/spyvm/system.py new file mode 100644 --- /dev/null +++ b/spyvm/system.py

[pypy-commit] pypy default: Bah, thanks mjacob for spotting that 7812ad72a634 doesn't have

2014-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r68765:af2e2754fb20 Date: 2014-01-19 18:03 +0100 http://bitbucket.org/pypy/pypy/changeset/af2e2754fb20/ Log:Bah, thanks mjacob for spotting that 7812ad72a634 doesn't have any effect. diff --git a/rpython/translator/driver.py b/rpython/translator

[pypy-commit] pypy default: fix for issue #1671, ctypes array-in-struct keepalive

2014-01-19 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r68766:1329fe522dfb Date: 2014-01-19 19:21 +0200 http://bitbucket.org/pypy/pypy/changeset/1329fe522dfb/ Log:fix for issue #1671, ctypes array-in-struct keepalive diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py --- a/lib_p

[pypy-commit] stmgc c7: Workarounds to avoid a bug of clang

2014-01-19 Thread arigo
Author: Armin Rigo Branch: c7 Changeset: r649:92285a8ce7a6 Date: 2014-01-19 18:37 +0100 http://bitbucket.org/pypy/stmgc/changeset/92285a8ce7a6/ Log:Workarounds to avoid a bug of clang diff --git a/duhton/frame.c b/duhton/frame.c --- a/duhton/frame.c +++ b/duhton/frame.c @@ -1,4 +1,5 @@ #inc

[pypy-commit] pypy default: Removed an unused feature of the translater and some long unused PPC assembler files

2014-01-19 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r68767:681802e98b38 Date: 2014-01-19 13:05 -0600 http://bitbucket.org/pypy/pypy/changeset/681802e98b38/ Log:Removed an unused feature of the translater and some long unused PPC assembler files diff --git a/rpython/translator/c/extfunc.py b/rpyt

[pypy-commit] pypy refactor-translator: Rewrite main() in RPython. Add enough hacks to make translation of simple programs work. Remove some code in rpython/translator/c/extfunc.py that is unnecessary

2014-01-19 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r68769:e22c2e78adfb Date: 2014-01-19 21:03 +0100 http://bitbucket.org/pypy/pypy/changeset/e22c2e78adfb/ Log:Rewrite main() in RPython. Add enough hacks to make translation of simple programs work. Remove some code in r

[pypy-commit] pypy refactor-translator: Kill predeclare_extfuncs().

2014-01-19 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r68771:5893d92ec346 Date: 2014-01-19 21:23 +0100 http://bitbucket.org/pypy/pypy/changeset/5893d92ec346/ Log:Kill predeclare_extfuncs(). diff --git a/rpython/translator/c/extfunc.py b/rpython/translator/c/extfunc.py --- a/rpython/tran

[pypy-commit] pypy refactor-translator: hg merge default

2014-01-19 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r68770:128d10637045 Date: 2014-01-19 21:18 +0100 http://bitbucket.org/pypy/pypy/changeset/128d10637045/ Log:hg merge default diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py --- a/lib_pypy/_ctypes/structure.

[pypy-commit] pypy refactor-translator: Kill db.externalfuncs.

2014-01-19 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r68772:5162c8617edc Date: 2014-01-19 21:30 +0100 http://bitbucket.org/pypy/pypy/changeset/5162c8617edc/ Log:Kill db.externalfuncs. diff --git a/rpython/translator/c/database.py b/rpython/translator/c/database.py --- a/rpython/transla

[pypy-commit] pypy refactor-translator: Kill db.helper2ptr.

2014-01-19 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r68773:df1ca389cffa Date: 2014-01-19 21:40 +0100 http://bitbucket.org/pypy/pypy/changeset/df1ca389cffa/ Log:Kill db.helper2ptr. diff --git a/rpython/translator/c/database.py b/rpython/translator/c/database.py --- a/rpython/translator