rockbox/lib
Solomon Peachy 82943ea1c7 opus: shrink stack usage by nearly 700 bytes
By moving three structures to the heap.  None are in the hot decode
  loop, instead having to do with file sync / header state.

  Has neglible impact on performance (within measurement noise) on Clip+,
  Rocker, and Xduoo X3.

  On PP5022 (ipodmini2g) performance drops from 138.66% to 138.22% realtime.
  (0.3%)

  Unknown effect on Coldfire which lacks D$.

  Stack savings are pretty significant especially on lowmem devices.

Change-Id: Ic8a1e93062ff5a46230e824134032053c4e1986d
2020-07-15 15:09:08 +00:00
..
arm_support ARM support: provide compiler a better popcount function 2017-09-07 15:45:55 -04:00
fixedpoint Undo hacks to meant to get around string formatting limitations 2017-11-21 05:01:14 -05:00
libsetjmp Deprecate the EXTRA_LIBS variable. 2013-01-24 16:06:45 +01:00
rbcodec opus: shrink stack usage by nearly 700 bytes 2020-07-15 15:09:08 +00:00
skin_parser skins: Fix buffer overflow in skin_error_format_message() 2020-05-04 20:41:12 +02:00
tlsf Fix non aligned crashes with tlsf 2019-07-27 14:30:45 +02:00
unwarminder Initial commit for the Sony NWZ linux port 2017-09-05 21:42:12 +02:00