[pypy-commit] pypy default: numpy merge

2011-07-13 Thread justinpeel
Author: Justin Peel Branch: Changeset: r45578:dbaf01243418 Date: 2011-07-13 19:25 -0600 http://bitbucket.org/pypy/pypy/changeset/dbaf01243418/ Log:numpy merge diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/int

[pypy-commit] pypy numpy-singledim: numpy merge

2011-07-13 Thread justinpeel
Author: Justin Peel Branch: numpy-singledim Changeset: r45577:f8ea9d70d630 Date: 2011-07-13 19:21 -0600 http://bitbucket.org/pypy/pypy/changeset/f8ea9d70d630/ Log:numpy merge ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.or

[pypy-commit] pypy numpy-singledim: numpy - fixed repr and added str

2011-07-13 Thread justinpeel
Author: Justin Peel Branch: numpy-singledim Changeset: r45576:fe7fb5a882ab Date: 2011-07-13 17:46 -0600 http://bitbucket.org/pypy/pypy/changeset/fe7fb5a882ab/ Log:numpy - fixed repr and added str diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray

[pypy-commit] pypy numpy-singledim: implement numpy.array.__repr__ with test.

2011-07-13 Thread Timo Paulssen
Author: Timo Paulssen Branch: numpy-singledim Changeset: r45575:05c6eea4919f Date: 2011-07-13 23:17 +0200 http://bitbucket.org/pypy/pypy/changeset/05c6eea4919f/ Log:implement numpy.array.__repr__ with test. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/inte

[pypy-commit] pypy default: numpy merge for ndim and size

2011-07-13 Thread justinpeel
Author: Justin Peel Branch: Changeset: r45574:df41087675e6 Date: 2011-07-13 15:45 -0600 http://bitbucket.org/pypy/pypy/changeset/df41087675e6/ Log:numpy merge for ndim and size diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/mod

[pypy-commit] pypy numpy-singledim: micronumpy: Changed descr_get_size to work better with future larger dimensional arrays

2011-07-13 Thread justinpeel
Author: Justin Peel Branch: numpy-singledim Changeset: r45573:f704a8f5c76d Date: 2011-07-13 15:30 -0600 http://bitbucket.org/pypy/pypy/changeset/f704a8f5c76d/ Log:micronumpy: Changed descr_get_size to work better with future larger dimensional arrays diff --git a/pypy/module/micronum

[pypy-commit] pypy numpy-singledim: added size and ndim properties to numpy array.

2011-07-13 Thread Timo Paulssen
Author: Timo Paulssen Branch: numpy-singledim Changeset: r45572:35414c5cfac1 Date: 2011-07-13 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/35414c5cfac1/ Log:added size and ndim properties to numpy array. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy

[pypy-commit] pypy numpy-singledim: New branch for Justin Peel's additions to single dimensional numpy arrays

2011-07-13 Thread justinpeel
Author: Justin Peel Branch: numpy-singledim Changeset: r45571:e262d6770928 Date: 2011-07-13 14:52 -0600 http://bitbucket.org/pypy/pypy/changeset/e262d6770928/ Log:New branch for Justin Peel's additions to single dimensional numpy arrays ___

[pypy-commit] pypy default: Fix the string startswith and endswith stuff for the JVM and CLR.

2011-07-13 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45570:9c3e9ffb771c Date: 2011-07-13 20:18 + http://bitbucket.org/pypy/pypy/changeset/9c3e9ffb771c/ Log:Fix the string startswith and endswith stuff for the JVM and CLR. diff --git a/pypy/translator/cli/src/pypylib.cs b/pypy/translator/cli/src/pyp

[pypy-commit] pypy default: use issequence_w here as well

2011-07-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45569:2f59716baa22 Date: 2011-07-13 20:43 +0200 http://bitbucket.org/pypy/pypy/changeset/2f59716baa22/ Log:use issequence_w here as well diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext/seque

[pypy-commit] pypy reflex-support: translation fixes (all rawobject now ccharp for benefit of direct_ptradd)

2011-07-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45568:5ccedc547337 Date: 2011-07-13 10:36 -0700 http://bitbucket.org/pypy/pypy/changeset/5ccedc547337/ Log:translation fixes (all rawobject now ccharp for benefit of direct_ptradd) diff --git a/pypy/module/cppyy/converter.py b/

[pypy-commit] pypy default: Fix test_import_lock.

2011-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r45567:9cc125e51cc7 Date: 2011-07-13 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/9cc125e51cc7/ Log:Fix test_import_lock. diff --git a/pypy/module/thread/test/test_import_lock.py b/pypy/module/thread/test/test_import_lock.py --- a/pypy/module/t

[pypy-commit] pypy reflex-support: fix rtyper error

2011-07-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45566:b44c747fd5a6 Date: 2011-07-13 09:07 -0700 http://bitbucket.org/pypy/pypy/changeset/b44c747fd5a6/ Log:fix rtyper error diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter.

[pypy-commit] buildbot default: update the README

2011-07-13 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r525:8307abad2f0b Date: 2011-07-13 17:26 +0200 http://bitbucket.org/pypy/buildbot/changeset/8307abad2f0b/ Log:update the README diff --git a/README b/README --- a/README +++ b/README @@ -24,7 +24,7 @@ If you want to run buildbot in production, you ne

[pypy-commit] pypy default: Remove a print left behind. Replace it with an assert.

2011-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r45565:ab3c2b73305b Date: 2011-07-13 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/ab3c2b73305b/ Log:Remove a print left behind. Replace it with an assert. diff --git a/pypy/jit/metainterp/optimizeopt/util.py b/pypy/jit/metainterp/optimizeopt/ut

[pypy-commit] pypy arm-backend-2: translation fixes

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45564:e9c9ec773f6a Date: 2011-07-13 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/e9c9ec773f6a/ Log:translation fixes diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/backend/ar

[pypy-commit] pypy arm-backend-2: add propper names to functions generated for the register allocator

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45563:90628c54e101 Date: 2011-07-13 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/90628c54e101/ Log:add propper names to functions generated for the register allocator diff --git a/pypy/jit/backend/arm/helper/regalloc.py b/pyp

[pypy-commit] pypy arm-backend-2: fix tests

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45562:8c2c5a276c71 Date: 2011-07-13 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/8c2c5a276c71/ Log:fix tests diff --git a/pypy/jit/backend/arm/test/test_zrpy_gc.py b/pypy/jit/backend/arm/test/test_zrpy_gc.py --- a/pypy/jit/ba

[pypy-commit] pypy jit-short_from_state: produce the value guards for the short preamble prior to inlining the peeled loop as that might strengthen the values of the inputargs and thus make the value

2011-07-13 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45561:05ccf7b80667 Date: 2011-07-13 16:59 +0200 http://bitbucket.org/pypy/pypy/changeset/05ccf7b80667/ Log:produce the value guards for the short preamble prior to inlining the peeled loop as that might strengthen the values

[pypy-commit] pypy jit-short_from_state: separated the genralization startegy into a class of its own

2011-07-13 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45560:421d6523ee43 Date: 2011-07-13 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/421d6523ee43/ Log:separated the genralization startegy into a class of its own diff --git a/pypy/jit/metainterp/optimizeopt/generalize.py b/py

[pypy-commit] pypy jit-short_from_state: more overspecialization

2011-07-13 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45559:1796d791c1b4 Date: 2011-07-13 10:46 +0200 http://bitbucket.org/pypy/pypy/changeset/1796d791c1b4/ Log:more overspecialization diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimize

[pypy-commit] pypy jit-short_from_state: support for array accesses with variable index was killed

2011-07-13 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45558:5d3d1b3ab4f5 Date: 2011-07-13 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/5d3d1b3ab4f5/ Log:support for array accesses with variable index was killed diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.

[pypy-commit] pypy jit-short_from_state: These loops are no longer specialized to the condition "4th input argument is

2011-07-13 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45557:d155e04aa75f Date: 2011-07-13 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d155e04aa75f/ Log:These loops are no longer specialized to the condition "4th input argument is int_neg of 3rd input argument" diff --g

[pypy-commit] pypy default: Fix test_runicode for 740fc1da78ad.

2011-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r45556:ac7f45e87955 Date: 2011-07-13 16:25 +0200 http://bitbucket.org/pypy/pypy/changeset/ac7f45e87955/ Log:Fix test_runicode for 740fc1da78ad. diff --git a/pypy/rpython/test/test_rstr.py b/pypy/rpython/test/test_rstr.py --- a/pypy/rpython/test/test_rst

[pypy-commit] pypy default: Fix for 64-bit: disable automatically collecting on the second external_malloc.

2011-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r4:663cb9f5a040 Date: 2011-07-13 15:55 +0200 http://bitbucket.org/pypy/pypy/changeset/663cb9f5a040/ Log:Fix for 64-bit: disable automatically collecting on the second external_malloc. diff --git a/pypy/rpython/memory/gc/test/test_direct.py

[pypy-commit] pypy reflex-support: (cfbolz, wlav) fix bool casting

2011-07-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45554:acfcd4105fa7 Date: 2011-07-13 06:26 -0700 http://bitbucket.org/pypy/pypy/changeset/acfcd4105fa7/ Log:(cfbolz, wlav) fix bool casting diff --git a/pypy/module/cppyy/executor.py b/pypy/module/cppyy/executor.py --- a/pypy/module/cpp

[pypy-commit] pypy reflex-support: merge heads

2011-07-13 Thread arigo
Author: Armin Rigo Branch: reflex-support Changeset: r45553:5bfaefc7a682 Date: 2011-07-13 15:25 +0200 http://bitbucket.org/pypy/pypy/changeset/5bfaefc7a682/ Log:merge heads diff --git a/pypy/module/cppyy/__init__.py b/pypy/module/cppyy/__init__.py --- a/pypy/module/cppyy/__init__.py +++ b/py

[pypy-commit] pypy reflex-support: hg merge default

2011-07-13 Thread arigo
Author: Armin Rigo Branch: reflex-support Changeset: r45552:545bfae84d30 Date: 2011-07-13 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/545bfae84d30/ Log:hg merge default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspa

[pypy-commit] pypy default: Support the no-op force_cast(Float) -> Float. Complain when

2011-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r45551:c7482c194d60 Date: 2011-07-13 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/c7482c194d60/ Log:Support the no-op force_cast(Float) -> Float. Complain when seeing any other usage of Float in force_cast. diff --git a/pypy/jit/codewrit

[pypy-commit] pypy reflex-support: fix rtyper error and proper bindings of instance data members

2011-07-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45550:95fe0aabf5d4 Date: 2011-07-13 06:17 -0700 http://bitbucket.org/pypy/pypy/changeset/95fe0aabf5d4/ Log:fix rtyper error and proper bindings of instance data members diff --git a/pypy/module/cppyy/__init__.py b/pypy/module/cppyy/__i

[pypy-commit] pypy arm-backend-2: implement call_release_gil

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45549:37b0e249c32f Date: 2011-07-13 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/37b0e249c32f/ Log:implement call_release_gil diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/b

[pypy-commit] pypy default: Fix this other test on 64-bit.

2011-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r45548:6ffb5166d42c Date: 2011-07-13 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/6ffb5166d42c/ Log:Fix this other test on 64-bit. diff --git a/pypy/jit/backend/x86/test/test_regloc.py b/pypy/jit/backend/x86/test/test_regloc.py --- a/pypy/jit/b

[pypy-commit] pypy default: Fix the test on 32-bit.

2011-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r45547:85d2142b7446 Date: 2011-07-13 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/85d2142b7446/ Log:Fix the test on 32-bit. diff --git a/pypy/jit/backend/x86/test/test_regloc.py b/pypy/jit/backend/x86/test/test_regloc.py --- a/pypy/jit/backend/

[pypy-commit] pypy reflex-support: (cfbolz, wlav) do not free returned char ptrs

2011-07-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45546:1d7bc21fae62 Date: 2011-07-13 05:22 -0700 http://bitbucket.org/pypy/pypy/changeset/1d7bc21fae62/ Log:(cfbolz, wlav) do not free returned char ptrs diff --git a/pypy/module/cppyy/executor.py b/pypy/module/cppyy/executor.py --- a/p

[pypy-commit] pypy reflex-support: add operatorsDict.so to makefile

2011-07-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45545:e60e23c56a31 Date: 2011-07-13 05:17 -0700 http://bitbucket.org/pypy/pypy/changeset/e60e23c56a31/ Log:add operatorsDict.so to makefile diff --git a/pypy/module/cppyy/test/Makefile b/pypy/module/cppyy/test/Makefile --- a/pypy/modul

[pypy-commit] pypy reflex-support: (cfbolz, wlav) fast path implementations and removal of jit.dont_look_inside

2011-07-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45544:9a2e5320fd1e Date: 2011-07-13 05:15 -0700 http://bitbucket.org/pypy/pypy/changeset/9a2e5320fd1e/ Log:(cfbolz, wlav) fast path implementations and removal of jit.dont_look_inside diff --git a/pypy/module/cppyy/converter.py

[pypy-commit] pypy default: Merge refactor-wrapped-del: clean up and generalize the

2011-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r45543:f9a24c80bd03 Date: 2011-07-13 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/f9a24c80bd03/ Log:Merge refactor-wrapped-del: clean up and generalize the way our W_Root's __del__ works. They should not do too much, which is now

[pypy-commit] pypy refactor-wrapped-del: Close branch to merge.

2011-07-13 Thread arigo
Author: Armin Rigo Branch: refactor-wrapped-del Changeset: r45542:4bdfafab9f2b Date: 2011-07-13 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/4bdfafab9f2b/ Log:Close branch to merge. ___ pypy-commit mailing list pypy-commit@python.org http:/

[pypy-commit] pypy refactor-wrapped-del: Fix on top of CPython 2.6 (it worked on top of CPython 2.5)

2011-07-13 Thread arigo
Author: Armin Rigo Branch: refactor-wrapped-del Changeset: r45541:69a6931f84e2 Date: 2011-07-12 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/69a6931f84e2/ Log:Fix on top of CPython 2.6 (it worked on top of CPython 2.5) diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interp

[pypy-commit] pypy refactor-wrapped-del: Kill that approach too, and just call enqueue_for_destruction()

2011-07-13 Thread arigo
Author: Armin Rigo Branch: refactor-wrapped-del Changeset: r45540:3c9c2a6e7599 Date: 2011-07-12 17:46 +0200 http://bitbucket.org/pypy/pypy/changeset/3c9c2a6e7599/ Log:Kill that approach too, and just call enqueue_for_destruction() in all cases, at least if self.stream is not None. Wor

[pypy-commit] pypy reflex-support: hg merge default

2011-07-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reflex-support Changeset: r45539:f37b832e2ed3 Date: 2011-07-13 14:08 +0200 http://bitbucket.org/pypy/pypy/changeset/f37b832e2ed3/ Log:hg merge default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/b

[pypy-commit] pypy reflex-support: merge heads

2011-07-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reflex-support Changeset: r45538:6ff6f4beb1bf Date: 2011-07-13 14:07 +0200 http://bitbucket.org/pypy/pypy/changeset/6ff6f4beb1bf/ Log:merge heads diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint_capi.py --- a/pypy/module/cppy

[pypy-commit] pypy reflex-support: can't promote strings

2011-07-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reflex-support Changeset: r45537:f7ff4915180f Date: 2011-07-12 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/f7ff4915180f/ Log:can't promote strings diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/modul

[pypy-commit] pypy reflex-support: tests of and support for operator overloading

2011-07-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45531:25d752656651 Date: 2011-07-13 02:48 -0700 http://bitbucket.org/pypy/pypy/changeset/25d752656651/ Log:tests of and support for operator overloading diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a

[pypy-commit] pypy arm-backend-2: implement cond_call_gc_wb_array

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45529:46e12d14ce56 Date: 2011-07-13 10:54 +0200 http://bitbucket.org/pypy/pypy/changeset/46e12d14ce56/ Log:implement cond_call_gc_wb_array diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py --- a/p

[pypy-commit] pypy arm-backend-2: make the backend work with the merged changes so that the tests can run

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45528:7a98d4859cd7 Date: 2011-07-13 10:54 +0200 http://bitbucket.org/pypy/pypy/changeset/7a98d4859cd7/ Log:make the backend work with the merged changes so that the tests can run diff --git a/pypy/jit/backend/arm/arch.py b/pyp

[pypy-commit] pypy arm-backend-2: unskip this test

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45527:cf96111049eb Date: 2011-07-13 10:16 +0200 http://bitbucket.org/pypy/pypy/changeset/cf96111049eb/ Log:unskip this test diff --git a/pypy/jit/backend/arm/test/test_runner.py b/pypy/jit/backend/arm/test/test_runner.py --- a/pypy/j

[pypy-commit] pypy arm-backend-2: try to make sure the stack stays aligned when using saved_registers

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45525:c959cad72952 Date: 2011-07-12 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/c959cad72952/ Log:try to make sure the stack stays aligned when using saved_registers diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/

[pypy-commit] pypy arm-backend-2: load 32-bit constants in two instructions

2011-07-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45524:69b3c1536bfc Date: 2011-07-09 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/69b3c1536bfc/ Log:load 32-bit constants in two instructions diff --git a/pypy/jit/backend/arm/codebuilder.py b/pypy/jit/backend/arm/codebuilder.

[pypy-commit] pypy jit-short_from_state: In this test, the loop is actually specialized to the condition "the first

2011-07-13 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45523:3bff25816dd1 Date: 2011-07-13 10:16 +0200 http://bitbucket.org/pypy/pypy/changeset/3bff25816dd1/ Log:In this test, the loop is actually specialized to the condition "the first input argument is equal to the valuedescr f

[pypy-commit] pypy jit-short_from_state: reenable caching of setfields across loop boundaries and give it priority

2011-07-13 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45522:405bb0cf3cac Date: 2011-07-13 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/405bb0cf3cac/ Log:reenable caching of setfields across loop boundaries and give it priority diff --git a/pypy/jit/metainterp/optimizeop

[pypy-commit] pypy jit-short_from_state: test that snapshot within start_resumedescr is properly cloned before modified

2011-07-13 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45521:6020d95d4fa7 Date: 2011-07-12 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/6020d95d4fa7/ Log:test that snapshot within start_resumedescr is properly cloned before modified diff --git a/pypy/jit/metainterp/optim

[pypy-commit] pypy jit-short_from_state: clone the snapshot in start_resumedescr before inlining it and reenable the "trace some more"-feature

2011-07-13 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45520:ec6703579cf2 Date: 2011-07-12 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/ec6703579cf2/ Log:clone the snapshot in start_resumedescr before inlining it and reenable the "trace some more"-feature diff --git a/py