Author: wenzhuman <manwen...@gmail.com> Branch: gc-two-end-nursery Changeset: r72028:bdac1cc04cda Date: 2014-06-11 16:40 -0400 http://bitbucket.org/pypy/pypy/changeset/bdac1cc04cda/
Log: add llop do_malloc_fixedsize diff --git a/rpython/rtyper/lltypesystem/lloperation.py b/rpython/rtyper/lltypesystem/lloperation.py --- a/rpython/rtyper/lltypesystem/lloperation.py +++ b/rpython/rtyper/lltypesystem/lloperation.py @@ -450,6 +450,7 @@ 'jit_conditional_call': LLOp(), 'get_exception_addr': LLOp(), 'get_exc_value_addr': LLOp(), + 'do_malloc_fixedsize': LLOp(canmallocgc=True), 'do_malloc_fixedsize_clear':LLOp(canmallocgc=True), 'do_malloc_varsize_clear': LLOp(canmallocgc=True), 'get_write_barrier_failing_case': LLOp(sideeffects=False), _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit