Author: Armin Rigo <[email protected]>
Branch: cleanup-llgraph-backend
Changeset: r58175:318a6e951ea6
Date: 2012-10-17 16:57 +0200
http://bitbucket.org/pypy/pypy/changeset/318a6e951ea6/

Log:    More

diff --git a/pypy/jit/backend/llgraph/runner.py 
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/backend/llgraph/runner.py
+++ b/pypy/jit/backend/llgraph/runner.py
@@ -339,7 +339,8 @@
     bh_getfield_gc_r = bh_getfield_gc
     bh_getfield_gc_f = bh_getfield_gc
 
-    bh_getfield_raw   = bh_getfield_gc
+    bh_getfield_raw = bh_getfield_gc
+    bh_getfield_raw_pure = bh_getfield_raw
     bh_getfield_raw_i = bh_getfield_raw
     bh_getfield_raw_r = bh_getfield_raw
     bh_getfield_raw_f = bh_getfield_raw
@@ -371,7 +372,8 @@
     bh_getarrayitem_gc_r = bh_getarrayitem_gc
     bh_getarrayitem_gc_f = bh_getarrayitem_gc
 
-    bh_getarrayitem_raw   = bh_getarrayitem_gc
+    bh_getarrayitem_raw = bh_getarrayitem_gc
+    bh_getarrayitem_raw_pure = bh_getarrayitem_raw
     bh_getarrayitem_raw_i = bh_getarrayitem_raw
     bh_getarrayitem_raw_r = bh_getarrayitem_raw
     bh_getarrayitem_raw_f = bh_getarrayitem_raw
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to