Status: New
Owner: ----

New issue 3037 by [email protected]: "bad value context for arguments value"
http://code.google.com/p/v8/issues/detail?id=3037

When copying the arguments variable using Array.prototype.slice.call V8 disables optimization for the calling method. The message in the trace output is "bad value context for arguments value"

Is there a way to stop this happening other than copying the arguments to an array manually? or maybe we can have an exception for native calls that don't manipulate the arguments stack?

I have two issues open on github in relation with this:

CoffeeScript
https://github.com/jashkenas/coffee-script/issues/3274

NodeJS
https://github.com/joyent/node/issues/6631

Thanks..

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to