A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2009-February/086005.html below:

[Python-Dev] Python-acceleration instructions on ARM

[Python-Dev] Python-acceleration instructions on ARM [Python-Dev] Python-acceleration instructions on ARMAntoine Pitrou solipsis at pitrou.net
Wed Feb 11 13:34:16 CET 2009
Martin v. Löwis <martin <at> v.loewis.de> writes:
> - efficient array indexing: they give shift-and-index back to
>   Thumb mode, for a shift by 2, allowing to index arrays with
>   4-byte elements in a single instruction (rather than requiring
>   a separate multipy-by-four). Again useful for JIT of array
>   access instructions, not applicable to Python - although it
>   would be nice if the C compiler knew how to emit that.

This could be used in PyTuple_GetItem and PyList_GetItem, no?
(assuming Thumb has 4-byte pointers)


More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4