mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +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.
2.5 KiB
2.5 KiB