Comment #3 on issue 457 by hallettj: Tail call elimination (feature request) http://code.google.com/p/v8/issues/detail?id=457
I don't see how this example stands in the way of tail call elimination when a function calls itself. Is there some way a function can reach through the stack to get the arguments object for any invocation of a given calling function other than the most recent? -- 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
