diff options
author | Taras Tsugrii <ttsugrii@fb.com> | 2018-08-14 12:01:15 -0700 |
---|---|---|
committer | Copybara-Service <copybara-piper@google.com> | 2018-08-14 12:03:02 -0700 |
commit | 2c13e3f3912914bd9a453e2abe6bb517bfb20cc2 (patch) | |
tree | 30edb177ef81d255fdd7aaeae671a6dadd89bce9 /tools/runfiles | |
parent | 1d6d4a7c7e197072b289887ea3f28a8942a191a3 (diff) |
[Skylark] Avoid unnecessary subList invocations.
It's better to not add `self` positional argument if it's not needed, instead
of adding it and removing it laster on. `subList` invoaction results in more
allocations and CPU overhead when using positional args.
Closes #5812.
PiperOrigin-RevId: 208687360
Diffstat (limited to 'tools/runfiles')
0 files changed, 0 insertions, 0 deletions