Damien George a8a5d1e8c8 py: Provide mp_decode_uint_skip() to help reduce stack usage.
Taking the address of a local variable leads to increased stack usage, so
the mp_decode_uint_skip() function is added to reduce the need for taking
addresses.  The changes in this patch reduce stack usage of a Python call
by 8 bytes on ARM Thumb, by 16 bytes on non-windowing Xtensa archs, and by
16 bytes on x86-64.  Code size is also slightly reduced on most archs by
around 32 bytes.
2017-06-09 13:36:33 +10:00
..
2017-05-29 11:36:05 +03:00
2017-05-29 11:36:05 +03:00
2017-05-29 11:36:05 +03:00
2017-05-29 11:36:05 +03:00
2017-05-29 11:36:05 +03:00
2017-03-08 22:36:02 +11:00
2017-05-29 11:36:05 +03:00
2015-11-13 12:49:18 +00:00
2017-05-29 11:36:05 +03:00
2017-01-27 17:19:06 +11:00
2017-05-29 11:36:05 +03:00
2017-05-29 11:36:05 +03:00