Author: Lars Wassermann
Branch:
Changeset: r154:9e0d98ab4de6
Date: 2013-03-08 17:12 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/9e0d98ab4de6/
Log:merged
diff --git a/images/mini.image b/images/mini.image
index
ef63740cadf1c61bd59bdf34a7ff21a801cc727d..4e0739b0aa769798ae904fee0
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62237:27c0ece2e24f
Date: 2013-03-08 17:08 +0200
http://bitbucket.org/pypy/pypy/changeset/27c0ece2e24f/
Log:fix test_continuelet
diff --git a/rpython/rlib/_stacklet_n_a.py b/rpython/rlib/_stacklet_n_a.py
--- a/rpython/rlib/_stack
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62238:860d24d10cc7
Date: 2013-03-08 17:11 +0200
http://bitbucket.org/pypy/pypy/changeset/860d24d10cc7/
Log:fix codewriter tests
diff --git a/rpython/jit/codewriter/test/test_call.py
b/rpython/jit/codewriter/test/test_call.py
--
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62239:b80e318576e5
Date: 2013-03-08 17:35 +0200
http://bitbucket.org/pypy/pypy/changeset/b80e318576e5/
Log:we want to reset jf_guard_exc on the new frame, not on the old one
diff --git a/rpython/jit/backend/x86/assembler.py
b/r
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62240:23b4373b308f
Date: 2013-03-08 17:37 +0200
http://bitbucket.org/pypy/pypy/changeset/23b4373b308f/
Log:a corresponding fix
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/runner_test.py
--- a
Author: Lars Wassermann
Branch:
Changeset: r152:ec80277220dc
Date: 2013-03-08 15:35 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/ec80277220dc/
Log:created a caching shadow specialy for arrays which seldom change,
like the special messages array
diff --git a/spyvm/constan
Author: Lars Wassermann
Branch:
Changeset: r153:ff4a899fcfd9
Date: 2013-03-08 17:00 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/ff4a899fcfd9/
Log:renamed CachedArrayShadow, added test, changed version field from
int to Version-object moved adding a CachedObjectShadow to
Author: Tim Felgentreff
Branch:
Changeset: r155:7b8972a221d1
Date: 2013-03-08 15:57 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/7b8972a221d1/
Log:(tfel, krono) add INTERRUPT_SEMAPHORE
diff --git a/spyvm/constants.py b/spyvm/constants.py
--- a/spyvm/constants.py
+++ b/spyvm/cons
Author: Tim Felgentreff
Branch:
Changeset: r156:c0b6fb0e6d02
Date: 2013-03-08 18:03 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/c0b6fb0e6d02/
Log:merge default
diff --git a/spyvm/constants.py b/spyvm/constants.py
--- a/spyvm/constants.py
+++ b/spyvm/constants.py
@@ -1,3 +1,4 @@
Author: Armin Rigo
Branch:
Changeset: r1197:3c435f7639fc
Date: 2013-03-08 18:28 +0100
http://bitbucket.org/cffi/cffi/changeset/3c435f7639fc/
Log:Check that the backend's version matches the frontend's
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -53,6 +53,8
Author: Brian Kearns
Branch: py3k
Changeset: r62245:17454c649f51
Date: 2013-03-08 14:56 -0500
http://bitbucket.org/pypy/pypy/changeset/17454c649f51/
Log:merge default
diff --git a/pypy/module/_cffi_backend/cdataobj.py
b/pypy/module/_cffi_backend/cdataobj.py
--- a/pypy/module/_cffi_backend/c
Author: Brian Kearns
Branch: py3k
Changeset: r62246:15f23fecd782
Date: 2013-03-08 15:27 -0500
http://bitbucket.org/pypy/pypy/changeset/15f23fecd782/
Log:reapply py3k modifications to _cffi_backend that were lost in the
delete/backout
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
Author: Brian Kearns
Branch:
Changeset: r62247:c601befd5a3a
Date: 2013-03-08 15:31 -0500
http://bitbucket.org/pypy/pypy/changeset/c601befd5a3a/
Log:unused
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/ctypeptr.py
--- a/pypy/module/_cffi_backend/ctypeptr.py
Author: Brian Kearns
Branch: py3k
Changeset: r62248:9e3022ea2ccb
Date: 2013-03-08 15:32 -0500
http://bitbucket.org/pypy/pypy/changeset/9e3022ea2ccb/
Log:merge default
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/ctypeptr.py
--- a/pypy/module/_cffi_backend/c
Author: Brian Kearns
Branch: py3k
Changeset: r62252:a0935a3ab7b9
Date: 2013-03-08 17:08 -0500
http://bitbucket.org/pypy/pypy/changeset/a0935a3ab7b9/
Log:update datetime name cleanup for changes, add test
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/date
Author: Brian Kearns
Branch: py3k
Changeset: r62251:fa88318c96af
Date: 2013-03-08 16:46 -0500
http://bitbucket.org/pypy/pypy/changeset/fa88318c96af/
Log:kill datetime._call_tzinfo_method
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++ b/lib
Author: Brian Kearns
Branch: py3k
Changeset: r62253:7022298605ca
Date: 2013-03-08 17:22 -0500
http://bitbucket.org/pypy/pypy/changeset/7022298605ca/
Log:fix this exception to match c datetime
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++
Author: Brian Kearns
Branch: py3k
Changeset: r62257:b004dedd9b20
Date: 2013-03-08 17:50 -0500
http://bitbucket.org/pypy/pypy/changeset/b004dedd9b20/
Log:merge default
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailma
Author: Brian Kearns
Branch:
Changeset: r62254:a01317e45a4f
Date: 2013-03-08 16:46 -0500
http://bitbucket.org/pypy/pypy/changeset/a01317e45a4f/
Log:kill datetime._call_tzinfo_method
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.p
Author: Brian Kearns
Branch:
Changeset: r62255:7be6c0646eb4
Date: 2013-03-08 17:19 -0500
http://bitbucket.org/pypy/pypy/changeset/7be6c0646eb4/
Log:test and fix datetime unpickle checking of tzinfo arg
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b
Author: Brian Kearns
Branch:
Changeset: r62259:be62e7062dea
Date: 2013-03-08 17:51 -0500
http://bitbucket.org/pypy/pypy/changeset/be62e7062dea/
Log:merge heads
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -236,11 +236,6 @@
Author: Brian Kearns
Branch: py3k
Changeset: r62256:32627dc63db2
Date: 2013-03-08 17:49 -0500
http://bitbucket.org/pypy/pypy/changeset/32627dc63db2/
Log:improve datetime test_backdoor_resistance
diff --git a/lib-python/3/test/datetimetester.py
b/lib-python/3/test/datetimetester.py
--- a/lib
Author: Brian Kearns
Branch:
Changeset: r62260:76c922af812e
Date: 2013-03-08 19:59 -0500
http://bitbucket.org/pypy/pypy/changeset/76c922af812e/
Log:add an underscore for the implementation-specific tmxxx
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++
Author: Brian Kearns
Branch: py3k
Changeset: r62262:a71debf85c96
Date: 2013-03-08 20:01 -0500
http://bitbucket.org/pypy/pypy/changeset/a71debf85c96/
Log:remove this outdated comment
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++ b/lib-pyth
Author: Brian Kearns
Branch:
Changeset: r62261:12abfbe582c6
Date: 2013-03-08 19:59 -0500
http://bitbucket.org/pypy/pypy/changeset/12abfbe582c6/
Log:remove this outdated comment
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@
Author: Brian Kearns
Branch:
Changeset: r62263:ff6a7d8ef4b1
Date: 2013-03-08 22:02 -0500
http://bitbucket.org/pypy/pypy/changeset/ff6a7d8ef4b1/
Log:speed up datetime.timedelta(microseconds={float,long})
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++
Author: Brian Kearns
Branch:
Changeset: r62264:e9feed2a56c2
Date: 2013-03-08 22:07 -0500
http://bitbucket.org/pypy/pypy/changeset/e9feed2a56c2/
Log:simplify
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -25,7 +25,7 @@
Author: Brian Kearns
Branch: py3k
Changeset: r62265:555ca1703de0
Date: 2013-03-08 22:09 -0500
http://bitbucket.org/pypy/pypy/changeset/555ca1703de0/
Log:speed up datetime.timedelta(microseconds={float,long})
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/
Author: Brian Kearns
Branch:
Changeset: r62266:4ffacf3b9058
Date: 2013-03-08 23:50 -0500
http://bitbucket.org/pypy/pypy/changeset/4ffacf3b9058/
Log:modernization
diff --git a/lib_pypy/disassembler.py b/lib_pypy/disassembler.py
--- a/lib_pypy/disassembler.py
+++ b/lib_pypy/disassembler.py
@@
Author: Brian Kearns
Branch: py3k
Changeset: r62267:c4ddf78907d3
Date: 2013-03-08 23:51 -0500
http://bitbucket.org/pypy/pypy/changeset/c4ddf78907d3/
Log:merge default
diff --git a/lib_pypy/disassembler.py b/lib_pypy/disassembler.py
--- a/lib_pypy/disassembler.py
+++ b/lib_pypy/disassembler.p
Author: Brian Kearns
Branch:
Changeset: r62268:9d25b203f026
Date: 2013-03-09 00:13 -0500
http://bitbucket.org/pypy/pypy/changeset/9d25b203f026/
Log:backport some lib_pypy fixes/modernizations from py3k
diff --git a/lib_pypy/_md5.py b/lib_pypy/_md5.py
--- a/lib_pypy/_md5.py
+++ b/lib_pypy/_m
Author: Brian Kearns
Branch: py3k
Changeset: r62269:6823e86baaea
Date: 2013-03-09 00:38 -0500
http://bitbucket.org/pypy/pypy/changeset/6823e86baaea/
Log:merge default
diff --git a/lib_pypy/_md5.py b/lib_pypy/_md5.py
--- a/lib_pypy/_md5.py
+++ b/lib_pypy/_md5.py
@@ -319,7 +319,7 @@
e
Author: Brian Kearns
Branch:
Changeset: r62270:f0497ed91d44
Date: 2013-03-09 02:00 -0500
http://bitbucket.org/pypy/pypy/changeset/f0497ed91d44/
Log:make sure hg knows this is a copy of _marshal from lib_pypy
diff --git a/rpython/translator/sandbox/_marshal.py
b/rpython/translator/sandbox/_
Author: Tim Felgentreff
Branch:
Changeset: r141:1544fbf12f74
Date: 2013-03-08 10:16 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/1544fbf12f74/
Log:Add GET_NEXT_EVENT and DRAW_RECTANGLE stubs
diff --git a/spyvm/primitives.py b/spyvm/primitives.py
--- a/spyvm/primitives.py
+++ b/s
Author: Tim Felgentreff
Branch:
Changeset: r140:43be3cfa850d
Date: 2013-03-07 23:43 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/43be3cfa850d/
Log:result of primitive SUSPEND is new frame
diff --git a/spyvm/primitives.py b/spyvm/primitives.py
--- a/spyvm/primitives.py
+++ b/spyv
Author: Tim Felgentreff
Branch:
Changeset: r142:189f3b3f83e5
Date: 2013-03-08 10:16 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/189f3b3f83e5/
Log:Merge default
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,3 +1,7 @@
syntax: glob
*.py[co]
*~
+pypy-c
Author: Brian Kearns
Branch: py3k
Changeset: r62223:d9fa043f30c0
Date: 2013-03-08 03:35 -0500
http://bitbucket.org/pypy/pypy/changeset/d9fa043f30c0/
Log:more datetime cleanups
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++ b/lib-python/3/d
Author: Brian Kearns
Branch:
Changeset: r6:088bb74ed873
Date: 2013-03-08 03:36 -0500
http://bitbucket.org/pypy/pypy/changeset/088bb74ed873/
Log:more datetime cleanups
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -16,6
Author: Brian Kearns
Branch: py3k
Changeset: r62227:f29a5fb79bf2
Date: 2013-03-08 05:56 -0500
http://bitbucket.org/pypy/pypy/changeset/f29a5fb79bf2/
Log:merge default
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailma
Author: Brian Kearns
Branch: py3k
Changeset: r62224:4755120a3013
Date: 2013-03-08 05:34 -0500
http://bitbucket.org/pypy/pypy/changeset/4755120a3013/
Log:make sure _sha1.py is a rename of _sha.py
diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha1.py
rename from lib_pypy/_sha.py
rename to lib_pypy
Author: Brian Kearns
Branch: py3k
Changeset: r62225:519f437454e2
Date: 2013-03-08 05:37 -0500
http://bitbucket.org/pypy/pypy/changeset/519f437454e2/
Log:merge heads
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/
Author: Brian Kearns
Branch:
Changeset: r62226:5d07492ad82c
Date: 2013-03-08 05:54 -0500
http://bitbucket.org/pypy/pypy/changeset/5d07492ad82c/
Log:reduce diff with py3k
diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py
--- a/lib_pypy/_sha.py
+++ b/lib_pypy/_sha.py
@@ -35,7 +35,7 @@
"""
Author: Maciej Fijalkowski
Branch:
Changeset: r1189:9396a71e3971
Date: 2013-03-08 14:33 +0200
http://bitbucket.org/cffi/cffi/changeset/9396a71e3971/
Log:Since we have users, make sure we actually emit UserWarning, instead
of just crashing.
diff --git a/cffi/api.py b/cffi/api.py
---
Author: Tim Felgentreff
Branch:
Changeset: r143:683631ae4a75
Date: 2013-03-08 13:11 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/683631ae4a75/
Log:(tfel, tpape) store the last context when suspending, and raise to
the trampoline when switching contexts
diff --git a/spyvm
Author: Tim Felgentreff
Branch:
Changeset: r144:6f82341bf834
Date: 2013-03-08 13:14 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/6f82341bf834/
Log:translation fix
diff --git a/spyvm/wrapper.py b/spyvm/wrapper.py
--- a/spyvm/wrapper.py
+++ b/spyvm/wrapper.py
@@ -79,6 +79,7 @@
Author: Tim Felgentreff
Branch:
Changeset: r145:55b027170225
Date: 2013-03-08 13:40 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/55b027170225/
Log:fix wrapper tests that should now raise a ProcessSwitch to expect
that raise and to use wrapped context objects
diff --git a
Author: Armin Rigo
Branch:
Changeset: r1190:64f8c3b134b0
Date: 2013-03-08 01:14 +0100
http://bitbucket.org/cffi/cffi/changeset/64f8c3b134b0/
Log:Rename ffi.dlopen() into ffi.dlopen_abi_unchecked(), and make the
functionality stick as close as possible to the C-level dlopen().
diff -
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1193:d57199d005b4
Date: 2013-03-08 13:54 +0100
http://bitbucket.org/cffi/cffi/changeset/d57199d005b4/
Log:Mark the places that would need proper "const" support
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cpa
Author: Armin Rigo
Branch:
Changeset: r1191:cb1afce73938
Date: 2013-03-08 13:52 +0100
http://bitbucket.org/cffi/cffi/changeset/cb1afce73938/
Log:Close this, which is going to become the branch "cffi-1.0".
___
pypy-commit mailing list
pypy-commit@p
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1195:2c7a859bc43a
Date: 2013-03-08 13:56 +0100
http://bitbucket.org/cffi/cffi/changeset/2c7a859bc43a/
Log:merge heads
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -1,4 +1,4 @@
-import types
+import types, warnin
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1192:136faaa08f66
Date: 2013-03-08 13:53 +0100
http://bitbucket.org/cffi/cffi/changeset/136faaa08f66/
Log:Make a branch to move the most recent changes to.
___
pypy-commit mailing list
pypy-commit@pyt
Author: Armin Rigo
Branch:
Changeset: r1194:657bee6675c2
Date: 2013-03-08 13:56 +0100
http://bitbucket.org/cffi/cffi/changeset/657bee6675c2/
Log:Close this
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo
Author: Armin Rigo
Branch:
Changeset: r1196:76204cbe81fa
Date: 2013-03-08 13:58 +0100
http://bitbucket.org/cffi/cffi/changeset/76204cbe81fa/
Log:A dummy checkin to make this the current 'default'.
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/
Author: Tim Felgentreff
Branch:
Changeset: r146:010bf1facb18
Date: 2013-03-08 14:59 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/010bf1facb18/
Log:(tfel, tpape) actually check that the vm keeps image name around
diff --git a/spyvm/test/test_primitives.py b/spyvm/test/test_primit
Author: Tim Felgentreff
Branch:
Changeset: r147:596d12afe439
Date: 2013-03-08 15:15 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/596d12afe439/
Log:(tfel, tpape) add FILE_OPEN, CLOSE, and WRITE primitives
diff --git a/spyvm/primitives.py b/spyvm/primitives.py
--- a/spyvm/primitiv
Author: Armin Rigo
Branch:
Changeset: r62231:d3b56dccde34
Date: 2013-03-08 15:20 +0100
http://bitbucket.org/pypy/pypy/changeset/d3b56dccde34/
Log:hg backout 0d391c72accf
diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py
b/pypy/module/_cffi_backend/test/_backend_test_c.py
--- a
Author: Armin Rigo
Branch:
Changeset: r62232:0330fbbfcb0b
Date: 2013-03-08 15:20 +0100
http://bitbucket.org/pypy/pypy/changeset/0330fbbfcb0b/
Log:hg backout 87cc13e1bc5e
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/ctypeptr.py
--- a/pypy/module/_cffi_backe
Author: Armin Rigo
Branch:
Changeset: r62233:6f52561333cb
Date: 2013-03-08 15:20 +0100
http://bitbucket.org/pypy/pypy/changeset/6f52561333cb/
Log:hg backout 1d661d485129
diff --git a/pypy/module/_cffi_backend/cdataobj.py
b/pypy/module/_cffi_backend/cdataobj.py
--- a/pypy/module/_cffi_backe
Author: Armin Rigo
Branch:
Changeset: r62234:3108a9e42aec
Date: 2013-03-08 15:23 +0100
http://bitbucket.org/pypy/pypy/changeset/3108a9e42aec/
Log:merge heads
diff --git a/lib_pypy/__init__.py b/lib_pypy/__init__.py
--- a/lib_pypy/__init__.py
+++ b/lib_pypy/__init__.py
@@ -1,4 +1,4 @@
# Thi
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62235:5b53a1c77730
Date: 2013-03-08 16:21 +0200
http://bitbucket.org/pypy/pypy/changeset/5b53a1c77730/
Log:random ARM stuff + fix the test for llgraph
diff --git a/rpython/jit/backend/arm/assembler.py
b/rpython/jit/backend/arm/
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62236:557de6bbfcc1
Date: 2013-03-08 16:22 +0200
http://bitbucket.org/pypy/pypy/changeset/557de6bbfcc1/
Log:fix the test
diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py
b/rpython/jit/backend/llsupport/test/test_r
Author: Tim Felgentreff
Branch:
Changeset: r148:0974cda2a4eb
Date: 2013-03-08 15:23 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/0974cda2a4eb/
Log:raise appropriate errors if calling FILE_WRITE prim with negative
bounds
diff --git a/spyvm/primitives.py b/spyvm/primitives
Author: Tim Felgentreff
Branch:
Changeset: r149:097e9933d921
Date: 2013-03-08 15:26 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/097e9933d921/
Log:fix translation
diff --git a/spyvm/primitives.py b/spyvm/primitives.py
--- a/spyvm/primitives.py
+++ b/spyvm/primitives.py
@@ -764,1
Author: Tim Felgentreff
Branch:
Changeset: r150:dc390b7d8345
Date: 2013-03-08 15:27 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/dc390b7d8345/
Log:update mini.image, to include Preferences>>logDebuggerStackToFile to
return true, so we get a SqueakDebug.log
diff --git a/i
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62241:0a95a0180cb5
Date: 2013-03-08 17:38 +0200
http://bitbucket.org/pypy/pypy/changeset/0a95a0180cb5/
Log:fix test_compile
diff --git a/rpython/jit/metainterp/test/test_compile.py
b/rpython/jit/metainterp/test/test_compile.py
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62242:f5b6f4d291a6
Date: 2013-03-08 17:55 +0200
http://bitbucket.org/pypy/pypy/changeset/f5b6f4d291a6/
Log:I think this is what we want wrt keepalives
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llg
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62243:3bac9266084e
Date: 2013-03-08 17:56 +0200
http://bitbucket.org/pypy/pypy/changeset/3bac9266084e/
Log:one more tracker
diff --git a/rpython/jit/metainterp/test/test_warmspot.py
b/rpython/jit/metainterp/test/test_warmspot.p
Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62244:bae92e3bf1c1
Date: 2013-03-08 17:57 +0200
http://bitbucket.org/pypy/pypy/changeset/bae92e3bf1c1/
Log:fix test_oparser
diff --git a/rpython/jit/tool/oparser_model.py
b/rpython/jit/tool/oparser_model.py
--- a/rpython/jit/to
Author: Lars Wassermann
Branch:
Changeset: r151:b4e0907d6045
Date: 2013-03-08 15:34 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/b4e0907d6045/
Log:(cfbolz, lwassermann): added conditional printing of results and
additional time-measuring of perform
diff --git a/targetima
69 matches
Mail list logo