1. 09 Jun, 2017 1 commit
    • Damien George's avatar
      py: Provide mp_decode_uint_skip() to help reduce stack usage. · a8a5d1e8
      Damien George authored
      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.
      a8a5d1e8
  2. 08 Jun, 2017 6 commits
  3. 07 Jun, 2017 10 commits
  4. 05 Jun, 2017 1 commit
  5. 04 Jun, 2017 3 commits
  6. 03 Jun, 2017 6 commits
  7. 02 Jun, 2017 4 commits
  8. 01 Jun, 2017 4 commits
  9. 31 May, 2017 1 commit
  10. 30 May, 2017 2 commits
  11. 29 May, 2017 2 commits