Comment #2 on issue 21653 by erik.corry: Worker layout test (use-machine-stack.html) crashes/hangs on the mac http://code.google.com/p/chromium/issues/detail?id=21653
I think option 3 is the right one. It is true that Runtime_NewArgumentsFast doesn't check the stack limit, but the JITed version of f() should check the limit and this should be enough if the V8 stack limit was set smaller than the OSs stack limit. So I think implementing option 3 would solve the problem. If not we should take a look at why not. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
