Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py/obj: Add MP_NOINLINE to mp_obj_malloc_helper.
As the comment in py/obj.h says: > Implementing this as a call rather than inline saves 8 bytes per usage. So in order to get this savings, we need to tell the compiler to never inline the function. Signed-off-by: David Lechner <[email protected]>
- Loading branch information