Author: Maciej Fijalkowski <[email protected]>
Branch: optresult-unroll
Changeset: r79217:8cd118ebb7f9
Date: 2015-08-25 09:57 +0200
http://bitbucket.org/pypy/pypy/changeset/8cd118ebb7f9/
Log: fix
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llgraph/runner.py
--- a/rpython/jit/backend/llgraph/runner.py
+++ b/rpython/jit/backend/llgraph/runner.py
@@ -700,7 +700,7 @@
result = lltype.malloc(descr.S, zero=True)
result_as_objptr = lltype.cast_pointer(rclass.OBJECTPTR, result)
result_as_objptr.typeptr = support.cast_from_int(rclass.CLASSTYPE,
- descr._vtable)
+ descr.get_vtable())
return lltype.cast_opaque_ptr(llmemory.GCREF, result)
def bh_new_array(self, length, arraydescr):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit