Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44825:5b8ff90f865c
Date: 2011-06-07 16:41 -0700
http://bitbucket.org/pypy/pypy/changeset/5b8ff90f865c/
Log:rpython fixes and refactoring
diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py
--- a/pypy/module/cpp
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44824:4c5ed516665c
Date: 2011-06-07 12:37 -0700
http://bitbucket.org/pypy/pypy/changeset/4c5ed516665c/
Log:refactoring
diff --git a/pypy/module/cppyy/interp_cppyy.py
b/pypy/module/cppyy/interp_cppyy.py
--- a/pypy/module/cppyy/interp_c
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44823:cd3befebf2f2
Date: 2011-06-07 12:02 -0700
http://bitbucket.org/pypy/pypy/changeset/cd3befebf2f2/
Log:nicer template support
diff --git a/pypy/module/cppyy/__init__.py b/pypy/module/cppyy/__init__.py
--- a/pypy/module/cppyy/__init
Author: Benjamin Peterson
Branch:
Changeset: r44822:562adf597de4
Date: 2011-06-07 18:19 -0500
http://bitbucket.org/pypy/pypy/changeset/562adf597de4/
Log:merge heads
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit.py
++
Author: Benjamin Peterson
Branch:
Changeset: r44821:9b83e8473960
Date: 2011-06-07 18:19 -0500
http://bitbucket.org/pypy/pypy/changeset/9b83e8473960/
Log:move any and all to applevel
diff --git a/pypy/module/__builtin__/__init__.py
b/pypy/module/__builtin__/__init__.py
--- a/pypy/module/__b
Author: Maciej Fijalkowski
Branch:
Changeset: r44820:7e1966eed642
Date: 2011-06-07 19:57 +0200
http://bitbucket.org/pypy/pypy/changeset/7e1966eed642/
Log:fix the build (maybe?)
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/inte
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r44819:f6a6bbb43c28
Date: 2011-06-07 21:55 +0200
http://bitbucket.org/pypy/pypy/changeset/f6a6bbb43c28/
Log:emit guards needed to match virtalstates before inlining the short
preamble as the short preamble might relay on boxes
Author: Maciej Fijalkowski
Branch: jitcounter-on-function
Changeset: r44818:dbbfd216cbf1
Date: 2011-06-07 19:57 +0200
http://bitbucket.org/pypy/pypy/changeset/dbbfd216cbf1/
Log:fix the build (maybe?)
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/py
Author: Maciej Fijalkowski
Branch:
Changeset: r44816:7fac887a73a6
Date: 2011-06-07 19:36 +0200
http://bitbucket.org/pypy/pypy/changeset/7fac887a73a6/
Log:write about benchmarks
diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/d
Author: Maciej Fijalkowski
Branch: jitcounter-on-function
Changeset: r44815:cab8b4949e78
Date: 2011-06-07 19:27 +0200
http://bitbucket.org/pypy/pypy/changeset/cab8b4949e78/
Log:an experiment to start tracing from start even if function is
inlinable
diff --git a/pypy/jit/metainterp/wa
Author: Armin Rigo
Branch:
Changeset: r44814:ad56f6708cad
Date: 2011-06-07 17:08 +0200
http://bitbucket.org/pypy/pypy/changeset/ad56f6708cad/
Log:Fix for a571136cc78e.
diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py
--- a/pypy/annotation/bookkeeper.py
+++ b/pypy/a
Author: Antonio Cuni
Branch:
Changeset: r44813:23df97c1753c
Date: 2011-06-07 17:05 +0200
http://bitbucket.org/pypy/pypy/changeset/23df97c1753c/
Log:merge heads
diff --git a/pypy/annotation/test/test_annrpython.py
b/pypy/annotation/test/test_annrpython.py
--- a/pypy/annotation/test/test_ann
Author: Antonio Cuni
Branch:
Changeset: r44812:ebc77d7d862e
Date: 2011-06-07 17:05 +0200
http://bitbucket.org/pypy/pypy/changeset/ebc77d7d862e/
Log:make sure that test_model is run first
diff --git a/pypy/module/pypyjit/test_pypy_c/test_model.py
b/pypy/module/pypyjit/test_pypy_c/test_00_mo
Author: Antonio Cuni
Branch:
Changeset: r44811:286576b40871
Date: 2011-06-07 17:04 +0200
http://bitbucket.org/pypy/pypy/changeset/286576b40871/
Log:missing import
diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py
b/pypy/module/pypyjit/test_pypy_c/test__ffi.py
--- a/pypy/module/pypy
Author: Antonio Cuni
Branch:
Changeset: r44810:ad83f80d825f
Date: 2011-06-07 16:56 +0200
http://bitbucket.org/pypy/pypy/changeset/ad83f80d825f/
Log:the remaining tests do not belong to any particular group, so we
just place them in test_misc
diff --git a/pypy/module/pypyjit/test_pyp
Author: Antonio Cuni
Branch:
Changeset: r44809:3d4043548a8d
Date: 2011-06-07 16:53 +0200
http://bitbucket.org/pypy/pypy/changeset/3d4043548a8d/
Log:move tests about min() and max() into their own file
diff --git a/pypy/module/pypyjit/test_pypy_c/test_min_max.py
b/pypy/module/pypyjit/test_p
Author: Antonio Cuni
Branch:
Changeset: r44808:366141b2d493
Date: 2011-06-07 16:52 +0200
http://bitbucket.org/pypy/pypy/changeset/366141b2d493/
Log:this test belongs to test_instance (more or less)
diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py
b/pypy/module/pypyjit/test_pyp
Author: Antonio Cuni
Branch:
Changeset: r44807:c00e61eaccf7
Date: 2011-06-07 16:51 +0200
http://bitbucket.org/pypy/pypy/changeset/c00e61eaccf7/
Log:move import tests into their own file
diff --git a/pypy/module/pypyjit/test_pypy_c/test_import.py
b/pypy/module/pypyjit/test_pypy_c/test_impor
Author: Antonio Cuni
Branch:
Changeset: r44806:2eb925af02f3
Date: 2011-06-07 16:47 +0200
http://bitbucket.org/pypy/pypy/changeset/2eb925af02f3/
Log:move this test into the appropriate file
diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py
b/pypy/module/pypyjit/test_pypy_c/test__ffi
Author: Antonio Cuni
Branch:
Changeset: r44805:000458406cd1
Date: 2011-06-07 16:46 +0200
http://bitbucket.org/pypy/pypy/changeset/000458406cd1/
Log:move _ffi/ctypes tests into their own file
diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py
b/pypy/module/pypyjit/test_pypy_c/test__f
Author: Antonio Cuni
Branch:
Changeset: r44804:5e48bb283226
Date: 2011-06-07 16:45 +0200
http://bitbucket.org/pypy/pypy/changeset/5e48bb283226/
Log:test_xor belongs to test_intbound.py
diff --git a/pypy/module/pypyjit/test_pypy_c/test_intbound.py
b/pypy/module/pypyjit/test_pypy_c/test_intb
Author: Antonio Cuni
Branch:
Changeset: r44803:0d24c1ee6c4b
Date: 2011-06-07 16:44 +0200
http://bitbucket.org/pypy/pypy/changeset/0d24c1ee6c4b/
Log:move tests about instances and attributes into their own files
diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py
b/pypy/module/pyp
Author: Antonio Cuni
Branch:
Changeset: r44802:fd6cb49def07
Date: 2011-06-07 16:38 +0200
http://bitbucket.org/pypy/pypy/changeset/fd6cb49def07/
Log:move boolrewrite tests into their own file
diff --git a/pypy/module/pypyjit/test_pypy_c/test_boolrewrite.py
b/pypy/module/pypyjit/test_pypy_c/
Author: Antonio Cuni
Branch:
Changeset: r44801:1de890798fa6
Date: 2011-06-07 16:32 +0200
http://bitbucket.org/pypy/pypy/changeset/1de890798fa6/
Log:move tests about exceptions into their own file
diff --git a/pypy/module/pypyjit/test_pypy_c/test_exception.py
b/pypy/module/pypyjit/test_pypy
Author: Antonio Cuni
Branch:
Changeset: r44800:35d163124b66
Date: 2011-06-07 16:26 +0200
http://bitbucket.org/pypy/pypy/changeset/35d163124b66/
Log:move tests about applevel calls into their own file
diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py
b/pypy/module/pypyjit/test_pypy_
Author: Antonio Cuni
Branch:
Changeset: r44799:2e3f246967cd
Date: 2011-06-07 16:23 +0200
http://bitbucket.org/pypy/pypy/changeset/2e3f246967cd/
Log:move shift tests into their own file
diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
b/pypy/module/pypyjit/test_pypy_c/test_py
Author: Antonio Cuni
Branch:
Changeset: r44798:dd7fab72b424
Date: 2011-06-07 16:20 +0200
http://bitbucket.org/pypy/pypy/changeset/dd7fab72b424/
Log:move array tests into their own file
diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py
b/pypy/module/pypyjit/test_pypy_c/test_array.p
Author: Antonio Cuni
Branch:
Changeset: r44797:c15c9afc1d87
Date: 2011-06-07 16:14 +0200
http://bitbucket.org/pypy/pypy/changeset/c15c9afc1d87/
Log:turn these long-running tests into generative tests; 1. this way
it's easier to run just one specific test in case of failure; 2.
Author: Antonio Cuni
Branch:
Changeset: r44796:9cdd55b7026a
Date: 2011-06-07 16:03 +0200
http://bitbucket.org/pypy/pypy/changeset/9cdd55b7026a/
Log:make the default threshold==200, and remove the extra parameter from
most tests
diff --git a/pypy/module/pypyjit/test_pypy_c/test_intbo
Author: Antonio Cuni
Branch:
Changeset: r44795:56376304dfc1
Date: 2011-06-07 15:49 +0200
http://bitbucket.org/pypy/pypy/changeset/56376304dfc1/
Log:move intbound tests to their own test file
diff --git a/pypy/module/pypyjit/test_pypy_c/test_intbound.py
b/pypy/module/pypyjit/test_pypy_c/tes
Author: Armin Rigo
Branch:
Changeset: r44794:a571136cc78e
Date: 2011-06-07 16:54 +0200
http://bitbucket.org/pypy/pypy/changeset/a571136cc78e/
Log:A failing test. It causes very occasional failures like this one: h
ttp://buildbot.pypy.org/summary/longrepr?testname=modified&builder=p
Author: Maciej Fijalkowski
Branch:
Changeset: r44793:3857e9349336
Date: 2011-06-07 16:41 +0200
http://bitbucket.org/pypy/pypy/changeset/3857e9349336/
Log:merge
diff --git a/pypy/rlib/longlong2float.py b/pypy/rlib/longlong2float.py
--- a/pypy/rlib/longlong2float.py
+++ b/pypy/rlib/longlong2f
Author: Maciej Fijalkowski
Branch:
Changeset: r44792:8428d86674dc
Date: 2011-06-07 16:40 +0200
http://bitbucket.org/pypy/pypy/changeset/8428d86674dc/
Log:document changes
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit
Author: Maciej Fijalkowski
Branch:
Changeset: r44791:54bd2d6de6de
Date: 2011-06-07 16:40 +0200
http://bitbucket.org/pypy/pypy/changeset/54bd2d6de6de/
Log:Make sure that jithook is not reentrant. We do care about jitting
stuff there, but we don't call jit hook for those jitted loops
Author: Armin Rigo
Branch:
Changeset: r44790:040a63663644
Date: 2011-06-07 15:42 +0200
http://bitbucket.org/pypy/pypy/changeset/040a63663644/
Log:merge heads
diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py
--- a/pypy/jit/metainterp/logger.py
+++ b/pypy/jit/metaint
Author: Armin Rigo
Branch:
Changeset: r44789:a5e17b9635f9
Date: 2011-06-07 15:39 +0200
http://bitbucket.org/pypy/pypy/changeset/a5e17b9635f9/
Log:Add asserts.
diff --git a/pypy/rlib/longlong2float.py b/pypy/rlib/longlong2float.py
--- a/pypy/rlib/longlong2float.py
+++ b/pypy/rlib/longlong2fl
Author: Maciej Fijalkowski
Branch:
Changeset: r44788:6dde20140953
Date: 2011-06-07 15:35 +0200
http://bitbucket.org/pypy/pypy/changeset/6dde20140953/
Log:fix another test
diff --git a/pypy/jit/metainterp/test/test_warmspot.py
b/pypy/jit/metainterp/test/test_warmspot.py
--- a/pypy/jit/metai
Author: Maciej Fijalkowski
Branch:
Changeset: r44787:b9d620503ff5
Date: 2011-06-07 15:22 +0200
http://bitbucket.org/pypy/pypy/changeset/b9d620503ff5/
Log:log also recursion level
diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py
--- a/pypy/jit/metainterp/logger.py
+
Author: Maciej Fijalkowski
Branch:
Changeset: r44786:949cbe999845
Date: 2011-06-07 15:13 +0200
http://bitbucket.org/pypy/pypy/changeset/949cbe999845/
Log:fix logger
diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py
--- a/pypy/jit/metainterp/logger.py
+++ b/pypy/jit/
Author: Maciej Fijalkowski
Branch:
Changeset: r44785:6b905b9eba7e
Date: 2011-06-07 14:50 +0200
http://bitbucket.org/pypy/pypy/changeset/6b905b9eba7e/
Log:merge
diff --git a/pypy/jit/tool/pypytrace-mode.el b/pypy/jit/tool/pypytrace-mode.el
--- a/pypy/jit/tool/pypytrace-mode.el
+++ b/pypy/jit
Author: Maciej Fijalkowski
Branch:
Changeset: r44784:ae580e2a4f69
Date: 2011-06-07 14:40 +0200
http://bitbucket.org/pypy/pypy/changeset/ae580e2a4f69/
Log:put in_recursion back into debug_merge_points
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit
Author: Maciej Fijalkowski
Branch:
Changeset: r44783:dff53f4088ea
Date: 2011-06-07 14:34 +0200
http://bitbucket.org/pypy/pypy/changeset/dff53f4088ea/
Log:I think this is how it works these day
diff --git a/pypy/jit/tool/oparser.py b/pypy/jit/tool/oparser.py
--- a/pypy/jit/tool/oparser.py
++
Author: Antonio Cuni
Branch:
Changeset: r44782:f079d5a261ee
Date: 2011-06-07 14:22 +0200
http://bitbucket.org/pypy/pypy/changeset/f079d5a261ee/
Log:update the list of operations
diff --git a/pypy/jit/tool/pypytrace-mode.el b/pypy/jit/tool/pypytrace-mode.el
--- a/pypy/jit/tool/pypytrace-mode
Author: Lukas Diekmann
Branch: dict-strategies
Changeset: r44781:568c8b8b84c0
Date: 2011-06-07 13:48 +0200
http://bitbucket.org/pypy/pypy/changeset/568c8b8b84c0/
Log:popitem was not defined for emptydictstrategy
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmulti
Author: Maciej Fijalkowski
Branch:
Changeset: r44780:58cc8660f77d
Date: 2011-06-07 11:46 +0200
http://bitbucket.org/pypy/pypy/changeset/58cc8660f77d/
Log:merge heads
diff --git a/pypy/module/_multiprocessing/test/test_memory.py
b/pypy/module/_multiprocessing/test/test_memory.py
--- a/pypy/
Author: Maciej Fijalkowski
Branch:
Changeset: r44779:863156da1f40
Date: 2011-06-07 11:43 +0200
http://bitbucket.org/pypy/pypy/changeset/863156da1f40/
Log:print usession directory at the end
diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py
--- a/pypy/translator/driver.py
++
Author: Antonio Cuni
Branch:
Changeset: r44777:3f35f2dcfae0
Date: 2011-06-07 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/3f35f2dcfae0/
Log:finally kill test_pypy_c: horray!
diff --git a/pypy/module/pypyjit/test/test_pypy_c.py
b/pypy/module/pypyjit/test/test_pypy_c.py
deleted file
Author: Antonio Cuni
Branch:
Changeset: r44776:77de9ab9eb6a
Date: 2011-06-07 11:29 +0200
http://bitbucket.org/pypy/pypy/changeset/77de9ab9eb6a/
Log:this test does not relly belong to test_pypy_c, move it somewhere
else
diff --git a/pypy/module/pypyjit/test/test_jit_setup.py
b/pypy/
Author: Antonio Cuni
Branch:
Changeset: r44775:65c409578ec8
Date: 2011-06-07 11:27 +0200
http://bitbucket.org/pypy/pypy/changeset/65c409578ec8/
Log:port the last two tests from test_pypy_c to test_pypy_c_new
diff --git a/pypy/module/pypyjit/test/test_pypy_c.py
b/pypy/module/pypyjit/test/te
Author: Antonio Cuni
Branch:
Changeset: r44778:25a7a73f55fc
Date: 2011-06-07 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/25a7a73f55fc/
Log:merge heads
diff --git a/lib-python/2.7/test/test_multibytecodec.py
b/lib-python/modified-2.7/test/test_multibytecodec.py
copy from lib-python
Author: Antonio Cuni
Branch:
Changeset: r44774:f757d142e018
Date: 2011-06-07 11:15 +0200
http://bitbucket.org/pypy/pypy/changeset/f757d142e018/
Log:port this test to test_pypy_c_new
diff --git a/pypy/module/pypyjit/test/test_pypy_c.py
b/pypy/module/pypyjit/test/test_pypy_c.py
--- a/pypy/mo
Author: Antonio Cuni
Branch:
Changeset: r44773:7eae4c7ba5fd
Date: 2011-06-07 11:12 +0200
http://bitbucket.org/pypy/pypy/changeset/7eae4c7ba5fd/
Log:port this test to test_pypy_c_new
diff --git a/pypy/module/pypyjit/test/test_pypy_c.py
b/pypy/module/pypyjit/test/test_pypy_c.py
--- a/pypy/mo
Author: Alex Gaynor
Branch:
Changeset: r44772:17ae327ed3e3
Date: 2011-06-07 10:51 +0200
http://bitbucket.org/pypy/pypy/changeset/17ae327ed3e3/
Log:merged upstream.
diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py
--- a/pypy/jit/metainterp/warmstate.py
+++ b/p
Author: Alex Gaynor
Branch:
Changeset: r44771:ad96a28ff297
Date: 2011-06-07 10:50 +0200
http://bitbucket.org/pypy/pypy/changeset/ad96a28ff297/
Log:this needs _ffi now.
diff --git a/pypy/module/_multiprocessing/test/test_memory.py
b/pypy/module/_multiprocessing/test/test_memory.py
--- a/pyp
Author: Maciej Fijalkowski
Branch:
Changeset: r44770:e6bf8c0baeb4
Date: 2011-06-07 10:44 +0200
http://bitbucket.org/pypy/pypy/changeset/e6bf8c0baeb4/
Log:try not to check in typos
diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py
--- a/pypy/jit/metainterp/warm
Author: Maciej Fijalkowski
Branch:
Changeset: r44769:0bf5c374be8c
Date: 2011-06-07 10:31 +0200
http://bitbucket.org/pypy/pypy/changeset/0bf5c374be8c/
Log:make get_location_str always return a high-level string
diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py
Author: Maciej Fijalkowski
Branch:
Changeset: r44768:76102cd273a5
Date: 2011-06-07 10:12 +0200
http://bitbucket.org/pypy/pypy/changeset/76102cd273a5/
Log:fix test
diff --git a/pypy/jit/metainterp/test/test_compile.py
b/pypy/jit/metainterp/test/test_compile.py
--- a/pypy/jit/metainterp/test
Author: Maciej Fijalkowski
Branch:
Changeset: r44767:81022cd7b6fa
Date: 2011-06-07 10:08 +0200
http://bitbucket.org/pypy/pypy/changeset/81022cd7b6fa/
Log:An attempt to solve the name problem - instead of fishing stuff from
debug_merge_points, grab the printable location from the gree
Author: Maciej Fijalkowski
Branch:
Changeset: r44766:e27505ecf335
Date: 2011-06-07 09:05 +0200
http://bitbucket.org/pypy/pypy/changeset/e27505ecf335/
Log:merge default
diff --git a/lib-python/modified-2.7/ctypes/__init__.py
b/lib-python/modified-2.7/ctypes/__init__.py
--- a/lib-python/modi
Author: Maciej Fijalkowski
Branch:
Changeset: r44765:f18b7dbfc882
Date: 2011-06-07 09:04 +0200
http://bitbucket.org/pypy/pypy/changeset/f18b7dbfc882/
Log:Give up on a bit of debugging info for now, but unbreak everything
diff --git a/pypy/jit/backend/x86/assembler.py
b/pypy/jit/backend/x86
60 matches
Mail list logo