Updates:
        Status: WorkingAsIntended

Comment #5 on issue 1631 by [email protected]: Stack size limit too low
http://code.google.com/p/v8/issues/detail?id=1631

The analysis needed to detect these unneeded variables would slow down the unoptimized (full) code generator. I don't think we want to fix this in V8.

We could just up the stack size limit on desktop machines, esp. 64 bit machines, but that will not work for smaller devices with OS-limited stack sizes. The result would be reduced cross-platform compatibility.

The correct solution is http://code.google.com/p/closure-compiler/issues/detail?id=492 which has now been fixed.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to