Hacker News new | ask | show | jobs
by zimpenfish 1353 days ago
> whenever address of iteration variable is used

That wouldn't fix the closure problem where the address isn't taken.

1 comments

You are right.

Would it be possible to add closure use as another case?

I guess you could but now you have to special-cases that need static analysis and all that jazz. Probably easier to just put it behind a version flag.