Author: Anton Gulenko
Branch: storage
Changeset: r777:a35c94b4657f
Date: 2014-04-04 19:13 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/a35c94b4657f/
Log:Renamed _likely_methodname to lookup_selector and w_compiledin to
lookup_class. Added other field to CompiledMethod (com
Author: Anton Gulenko
Branch: storage
Changeset: r778:0940a29d920f
Date: 2014-04-07 13:52 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/0940a29d920f/
Log:Fixed jit.py, added explicit arguments to full-vm interpreter.
diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm/t
Author: Anton Gulenko
Branch: storage
Changeset: r775:493897022dac
Date: 2014-04-04 16:59 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/493897022dac/
Log:Small consistency fixed in W_CompiledMethod and ClassShadow,
regarding versioning. Made sure that each time a variable g
Author: Anton Gulenko
Branch: storage
Changeset: r772:c50f22904bc5
Date: 2014-04-03 13:25 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/c50f22904bc5/
Log:Merged default
diff --git a/spyvm/version.py b/spyvm/version.py
--- a/spyvm/version.py
+++ b/spyvm/version.py
@@ -8,6 +8,8 @@
Author: Anton Gulenko
Branch: storage
Changeset: r773:a9d2b6743c2c
Date: 2014-04-03 13:38 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/a9d2b6743c2c/
Log:Extracted util-function for tests.
diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm/test/jit.py
+++ b/spyvm/test/
Author: Anton Gulenko
Branch: storage
Changeset: r774:41968a0bc9f3
Date: 2014-04-03 21:43 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/41968a0bc9f3/
Log:Fixed up jit.py a little bit.
diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm/test/jit.py
+++ b/spyvm/test/jit.p
Author: Anton Gulenko
Branch: storage
Changeset: r776:fc5bb4c06b5f
Date: 2014-04-04 17:24 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/fc5bb4c06b5f/
Log:To determine the containing class of a CompiledMethod, use the class
it has been looked up in. This reduces dependence o
Author: Remi Meier
Branch:
Changeset: r1140:cfd37feb0f23
Date: 2014-04-07 14:50 +0200
http://bitbucket.org/pypy/stmgc/changeset/cfd37feb0f23/
Log:fix total_allocated accounting (caused a flood of major collections
after some time)
diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c
--- a/
Author: Remi Meier
Branch: stmgc-c7
Changeset: r70480:13693bb0b800
Date: 2014-04-07 14:51 +0200
http://bitbucket.org/pypy/pypy/changeset/13693bb0b800/
Log:import stmgc
diff --git a/rpython/translator/stm/import_stmgc.py
b/rpython/translator/stm/import_stmgc.py
--- a/rpython/translator/stm/im
Author: Carl Friedrich Bolz
Branch: small-unroll-improvements
Changeset: r70481:9a05f922f9ee
Date: 2014-04-07 17:21 +0200
http://bitbucket.org/pypy/pypy/changeset/9a05f922f9ee/
Log:rename confusing _generalization_of and remove useless copies
diff --git a/rpython/jit/metainterp/optimizeopt/v
Author: Matti Picus
Branch:
Changeset: r70482:415af8580183
Date: 2014-04-07 17:45 +0300
http://bitbucket.org/pypy/pypy/changeset/415af8580183/
Log:skip if no asmgcc
diff --git a/rpython/jit/backend/llsupport/test/ztranslation_test.py
b/rpython/jit/backend/llsupport/test/ztranslation_test.p
Author: Matti Picus
Branch:
Changeset: r70483:2d8eaa5f5079
Date: 2014-04-07 18:28 +0300
http://bitbucket.org/pypy/pypy/changeset/2d8eaa5f5079/
Log:skip if no asmgcc
diff --git a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
b/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
--- a/rp
Author: Anton Gulenko
Branch: storage
Changeset: r780:0d0d36f53266
Date: 2014-04-07 16:09 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/0d0d36f53266/
Log:Fixed up the jit.py some more, now able to run images, code etc.
diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm
Author: Anton Gulenko
Branch: storage
Changeset: r785:640f9e128a12
Date: 2014-04-07 19:33 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/640f9e128a12/
Log:Not using the global space-variable in order to make the functions
in the main-module reusable. The space is always avai
Author: Anton Gulenko
Branch: storage
Changeset: r779:26fa4b669836
Date: 2014-04-07 15:17 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/26fa4b669836/
Log:Fixed an assert that was always True before, due to the surrounding
parantheses (evaluating to a tuple).
diff --git a/s
Author: Anton Gulenko
Branch: storage
Changeset: r782:672696846ecf
Date: 2014-04-07 17:03 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/672696846ecf/
Log:Fixed another assert that was always True.
diff --git a/spyvm/interpreter_proxy.py b/spyvm/interpreter_proxy.py
--- a/spyvm/int
Author: Anton Gulenko
Branch: storage
Changeset: r786:426988d32a41
Date: 2014-04-07 19:34 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/426988d32a41/
Log:Added comments to jit.py. Using the methods from the main module to
execute things inside a pre-loaded image.
diff --gi
Author: Anton Gulenko
Branch: storage
Changeset: r783:a04e692d3fb1
Date: 2014-04-07 19:07 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/a04e692d3fb1/
Log:More fixes to jit.py.
diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm/test/jit.py
+++ b/spyvm/test/jit.py
@@ -15
Author: Anton Gulenko
Branch: storage
Changeset: r784:ff6b7ae58916
Date: 2014-04-07 19:14 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/ff6b7ae58916/
Log:Moved image-loading code to ensure proper error handling.
diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmall
Author: Anton Gulenko
Branch: storage
Changeset: r781:8c5600acd5a3
Date: 2014-04-07 16:09 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/8c5600acd5a3/
Log:Better output for debug_merge_point
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interpreter.py
+++ b/s
Author: Anton Gulenko
Branch: storage
Changeset: r787:97a7e0670161
Date: 2014-04-07 19:42 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/97a7e0670161/
Log:Fixed run_image
diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm/test/jit.py
+++ b/spyvm/test/jit.py
@@ -75,7 +75
Author: Armin Rigo
Branch: stm-edit
Changeset: r5188:b18f495241c3
Date: 2014-04-07 21:48 +0200
http://bitbucket.org/pypy/extradoc/changeset/b18f495241c3/
Log:Fix
diff --git a/planning/tmdonate2.txt b/planning/tmdonate2.txt
--- a/planning/tmdonate2.txt
+++ b/planning/tmdonate2.txt
@@ -414,7 +
Author: Armin Rigo
Branch: extradoc
Changeset: r5189:ff54844779ce
Date: 2014-04-07 21:48 +0200
http://bitbucket.org/pypy/extradoc/changeset/ff54844779ce/
Log:Fix
diff --git a/planning/tmdonate2.txt b/planning/tmdonate2.txt
--- a/planning/tmdonate2.txt
+++ b/planning/tmdonate2.txt
@@ -414,7 +
23 matches
Mail list logo