Search Issue Tracker

Fixed in 5.0.X

Votes

0

Found in

4.6.0b3

Issue ID

594320

Regression

No

Foreach statements allocate memory unnecessarily

Scripting

-

To reproduce:
1) Open 'demo' scene
2) Enter playmode and record the scene in the Profiler. Observe that ForeachAllocTest.Update() allocates 24 bytes.
3) Toggle 'Use Explicit' on the Foreach Demo object
4) Record a few more frames in the Profiler. Observe that now ForeachAllocTest.Update() allocates 0 bytes.

Examine the code and you'll see both code paths do the same thing.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.