[NumPy-Tickets] [NumPy] #1805: initialize_casting_tables() does never return on ARM
NumPy Trac
numpy-tickets@scipy....
Thu Apr 21 19:48:07 CDT 2011
#1805: initialize_casting_tables() does never return on ARM
------------------------------------------------------+---------------------
Reporter: manowar | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: arm, armv5tel, initialize_casting_tables |
------------------------------------------------------+---------------------
Comment(by mwiebe):
I made it bytes to reduce the amount of memory which may need to be read
from main memory into the cache during type promotion. The can_cast and
type_promotion tables contain 24*24=576 entries. That's 576 bytes using
signed char vs 2304 bytes using int. I'd prefer to keep it bytes unless
some benchmarks show a performance benefit for int.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1805#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list