Author: Remi Meier
Branch: c8-small-uniform
Changeset: r1509:380ee5886e6b
Date: 2014-11-13 10:08 +0100
http://bitbucket.org/pypy/stmgc/changeset/380ee5886e6b/
Log:more debugging
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -35,6 +35,7 @@
assert(I
Author: Armin Rigo
Branch:
Changeset: r74497:f175883d10c1
Date: 2014-11-13 10:26 +0100
http://bitbucket.org/pypy/pypy/changeset/f175883d10c1/
Log:Test and fix
diff --git a/pypy/objspace/std/strbufobject.py
b/pypy/objspace/std/strbufobject.py
--- a/pypy/objspace/std/strbufobject.py
+++ b/py
Author: Laurence Tratt
Branch: recursion_and_inlining
Changeset: r74498:2fa67aa20eea
Date: 2014-11-13 10:53 +
http://bitbucket.org/pypy/pypy/changeset/2fa67aa20eea/
Log:Unroll a (customisable) fixed number of iterations of recursive
functions.
In essence, we count how ins
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74503:4fe0a963f8a3
Date: 2014-11-13 15:22 +0200
http://bitbucket.org/pypy/pypy/changeset/4fe0a963f8a3/
Log:small progres
diff --git a/rpython/jit/metainterp/history.py
b/rpython/jit/metainterp/history.py
--- a/rpython/jit/metainterp/h
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74504:25a2e8817653
Date: 2014-11-13 15:22 +0200
http://bitbucket.org/pypy/pypy/changeset/25a2e8817653/
Log:merge default
diff --git a/pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test.c
b/pypy/module/test_lib_pypy/ctypes_tests/_ctyp
Author: Maciej Fijalkowski
Branch:
Changeset: r74502:bd3a657b79af
Date: 2014-11-13 15:22 +0200
http://bitbucket.org/pypy/pypy/changeset/bd3a657b79af/
Log:try a slightly more efficient logic to avoid some dict lookups for
every operation (likely doomed to be lost in the noise though)
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74501:82186084fb67
Date: 2014-11-12 14:24 +0200
http://bitbucket.org/pypy/pypy/changeset/82186084fb67/
Log:hack oparser to pass it's own tests. Don't care about the obscure
features for now
diff --git a/rpython/jit/metainterp/r
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74500:64caf45b4229
Date: 2014-11-12 13:54 +0200
http://bitbucket.org/pypy/pypy/changeset/64caf45b4229/
Log:hack enough to import optimizeopt tests
diff --git a/rpython/jit/metainterp/executor.py
b/rpython/jit/metainterp/executor.py
--
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74499:0ea26299d718
Date: 2014-11-12 08:38 +0200
http://bitbucket.org/pypy/pypy/changeset/0ea26299d718/
Log:type specialize instances of resop
diff --git a/rpython/jit/metainterp/resoperation.py
b/rpython/jit/metainterp/resoperation.py
Author: Anton Gulenko
Branch: rstrategies
Changeset: r1063:8f01f05e7dc3
Date: 2014-11-13 15:22 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/8f01f05e7dc3/
Log:Merged default.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
### Required package
Author: Anton Gulenko
Branch: rstrategies
Changeset: r1064:11d2244a8410
Date: 2014-11-13 15:48 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/11d2244a8410/
Log:Changed --help output.
diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadi
Author: Anton Gulenko
Branch: rstrategies
Changeset: r1062:f1e3b1f904d8
Date: 2014-11-13 15:12 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/f1e3b1f904d8/
Log:Changed comment
diff --git a/rstrategies.py b/rstrategies.py
--- a/rstrategies.py
+++ b/rstrategies.py
@@ -348,7 +348,7 @@
Author: Anton Gulenko
Branch: rstrategies
Changeset: r1061:e2085c645395
Date: 2014-11-13 15:11 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/e2085c645395/
Log:More info in README
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,69 +1,77 @@
-Spy
+RSqueak
==
Author: Anton Gulenko
Branch:
Changeset: r1068:88a77f712b8d
Date: 2014-11-13 15:51 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/88a77f712b8d/
Log:Changed README to windows line endings.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,89 +1,89 @@
-RSqueak
Author: Anton Gulenko
Branch:
Changeset: r1067:e43179221228
Date: 2014-11-13 15:49 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/e43179221228/
Log:Merged rstrategies.
diff too long, truncating to 2000 out of 757036 lines
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.
Author: Anton Gulenko
Branch: refactoring-virtualizable
Changeset: r1066:acc0c78ea21e
Date: 2014-07-28 10:29 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/acc0c78ea21e/
Log:
___
pypy-commit mailing list
[email protected]
https://mai
Author: Anton Gulenko
Branch: strategies-allocRemoval
Changeset: r1065:87fb3f5ce164
Date: 2014-07-28 10:26 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/87fb3f5ce164/
Log:
___
pypy-commit mailing list
[email protected]
https://mail.
Author: Anton Gulenko
Branch:
Changeset: r1069:f78652a865c8
Date: 2014-11-13 15:54 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/f78652a865c8/
Log:Trying to fix lists in README markdown.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,18 +8,18 @@
### R
Author: Armin Rigo
Branch:
Changeset: r74507:b8aadbe8980b
Date: 2014-11-13 15:57 +0100
http://bitbucket.org/pypy/pypy/changeset/b8aadbe8980b/
Log:merge heads
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
+++ b/rpython/translator/
Author: Armin Rigo
Branch:
Changeset: r74505:66fa58469820
Date: 2014-11-13 15:56 +0100
http://bitbucket.org/pypy/pypy/changeset/66fa58469820/
Log:We must also add -fPIC here (building --shared with shadowstack)
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/r
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r74506:a923842ee580
Date: 2014-11-13 15:56 +0100
http://bitbucket.org/pypy/pypy/changeset/a923842ee580/
Log:We must also add -fPIC here (building --shared with shadowstack)
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
Author: Anton Gulenko
Branch:
Changeset: r1071:2a99a4827c84
Date: 2014-11-13 16:02 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/2a99a4827c84/
Log:Trying to fixed README lists.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,19 +7,23 @@
### Requi
Author: Anton Gulenko
Branch:
Changeset: r1070:7733e8653fd8
Date: 2014-11-13 15:56 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/7733e8653fd8/
Log:Unix line endings.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,89 +1,89 @@
-RSqueak
-=
-
-A Sque
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r74508:b39a540f8ed5
Date: 2014-11-13 19:23 +0100
http://bitbucket.org/pypy/pypy/changeset/b39a540f8ed5/
Log:(untested) rewrite this part of _write_barrier_fastpath to no longer
rely on &write_locks to be in the first 2GB, which is not the
Author: Amaury Forgeot d'Arc
Branch: kill-rctime
Changeset: r74509:3c0cf064f9c4
Date: 2014-11-13 22:28 +0100
http://bitbucket.org/pypy/pypy/changeset/3c0cf064f9c4/
Log:Close branch about to be closed
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r74510:e9494abc8143
Date: 2014-11-13 22:34 +0100
http://bitbucket.org/pypy/pypy/changeset/e9494abc8143/
Log:Merge branch kill-rctime: finally rename pypy/module/rctime to
pypy/module/time.
The 'rc' prefix comes from the early d
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r74511:c611645f2e73
Date: 2014-11-13 22:36 +0100
http://bitbucket.org/pypy/pypy/changeset/c611645f2e73/
Log:Don't know whether these modules actually work on sunos5, but the
excuse 'depends on ctypes' does not stand anymore.
diff --git
Author: Alex Gaynor
Branch:
Changeset: r74512:a4894448b138
Date: 2014-11-13 14:26 -0800
http://bitbucket.org/pypy/pypy/changeset/a4894448b138/
Log:(amaury, alex) Remove some now-pointless code since rctime is dead.
diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py
---
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r74513:6371061c0bca
Date: 2014-11-13 23:59 +0100
http://bitbucket.org/pypy/pypy/changeset/6371061c0bca/
Log:fix
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/x86/assembler.py
Author: Ronan Lamy
Branch: ssa-flow
Changeset: r74514:273f7c704efb
Date: 2014-11-13 23:49 +
http://bitbucket.org/pypy/pypy/changeset/273f7c704efb/
Log:create remove_trivial_links(): the SSA version of join_blocks()
diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify
Author: Maciej Fijalkowski
Branch:
Changeset: r74515:1a994c305af0
Date: 2014-11-14 08:14 +0200
http://bitbucket.org/pypy/pypy/changeset/1a994c305af0/
Log:fix test_executor
diff --git a/rpython/jit/metainterp/test/test_executor.py
b/rpython/jit/metainterp/test/test_executor.py
--- a/rpython
31 matches
Mail list logo