Status: New Owner: ---- New issue 172 by uncle.duncan: There is a limit to the size of the argument array passed to function.apply http://code.google.com/p/v8/issues/detail?id=172
The following line fails due to a limit in the length of the argument array that can be passed to function.apply [].push.apply( myArray1, Array(1000000) ); This happens to be normally one of the most efficent ways of doing an in- place concat of dense arrays. Why is this limit here? Is it just that it was not thought that this was a useful thing to do? -- 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 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
