Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The compiler is smart enough that referencing a local variable is not any faster than len(srcInfos). If anything, keeping the extra variable might add to register pressure because the compiler might not understand that the srcInfos change due to LayerInfosForCopy does not change the number of layers. Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
- Loading branch information