[PyPy-issue] [issue665] Efficient zeroing of heap locations

David Edelsohn pypy-dev-issue at codespeak.net
Wed Mar 9 17:58:30 CET 2011


New submission from David Edelsohn <dje.gcc at gmail.com>:

_assemble_bootstrap_code zeros heap addresses individually, but could be
performed with fewer instructions and more efficiently with RPython code to zero
a block of memory.

----------
effort: medium
messages: 2277
nosy: edelsohn, pypy-issue
priority: feature
release: ???
status: unread
title: Efficient zeroing of heap locations

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue665>
_______________________________________________________



More information about the Pypy-issue mailing list