Hacker News new | past | comments | ask | show | jobs | submit login

That's definitely an interesting issue - I don't think it's too similar to the one in the original post, though. It's not about applying a constraint to the wrong scope, it's a case where the liveness analysis has correctly deduced that a block-scope variable in a loop is not live from one iteration of the loop to the next but then the address of that block-scope variable has been incorrectly kept live across the loop iterations.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: