|
|
|
|
|
by jojomodding
28 days ago
|
|
Once it shortens the loop, the compiler can also observe that `tab` is a local variable and therefore move the writes up "to the initializer." It can then see that the variable is unused and delete it, and also delete the loop. |
|