Details
Description
Current implementation starts with calculating lastUseIndex. This is redundant and potentially inefficient (the name might never be used by an argument, so could end up checking non-argument names).
Simplifying this has a small, positive effect on startup.
Simplifying this has a small, positive effect on startup.