-
- Downloads
objtype: Optimize stack usage mp_obj_class_lookup().
As before, instead of pushing constant values on stack again and again, just pass around pointer to a structure.
Loading
Please register or sign in to comment
As before, instead of pushing constant values on stack again and again, just pass around pointer to a structure.