mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
If the heap is locked, or memory allocation fails, then calling a bound method will still succeed by allocating the argument state on the stack. The new code also allocates less stack than before if less than 4 arguments are passed. It's also a tiny bit smaller in code size. This was done as part of the ESA project.
3.6 KiB
3.6 KiB