mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
Taking the address of a local variable is mildly expensive, in code size and stack usage. So optimise scope_find_or_add_id() to not need to take a pointer to the "added" variable, and instead take the kind to use for newly added identifiers.
3.4 KiB
3.4 KiB